docs & spec: deduplicate block-structure.md (#2331)

This commit is contained in:
Zach
2018-09-05 12:21:04 -04:00
committed by Ethan Buchman
parent eb5cf0f0dd
commit 7f6bd5c161
4 changed files with 43 additions and 220 deletions

View File

@ -207,6 +207,7 @@ func (b *Block) StringShort() string {
// Header defines the structure of a Tendermint block header
// TODO: limit header size
// NOTE: changes to the Header should be duplicated in the abci Header
// and in /docs/spec/blockchain/blockchain.md
type Header struct {
// basic block info
ChainID string `json:"chain_id"`