docs: fix incorrect link (#4377)

This commit is contained in:
Erik Grinaker
2020-02-07 15:00:19 +01:00
committed by GitHub
parent b2832c66af
commit 5ac81eb198

View File

@@ -319,7 +319,7 @@ func MaxDataBytesUnknownEvidence(maxBytes int64, valsCount int) int64 {
// NOTE: changes to the Header should be duplicated in:
// - header.Hash()
// - abci.Header
// - https://github.com/tendermint/spec/spec/blockchain/blockchain.md
// - https://github.com/tendermint/spec/blob/master/spec/blockchain/blockchain.md
type Header struct {
// basic block info
Version version.Consensus `json:"version"`