diff --git a/types/block.go b/types/block.go index 40a6e5472..4f61a2bc9 100644 --- a/types/block.go +++ b/types/block.go @@ -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"`