Fix Merge pull request #319

This commit is contained in:
Jae Kwon
2016-12-06 01:16:13 -08:00
parent dc436e72f9
commit 4202c4bf20
5 changed files with 7 additions and 5 deletions

View File

@ -151,7 +151,6 @@ func (b *Block) StringShort() string {
type Header struct {
ChainID string `json:"chain_id"`
Version string `json:"version"` // TODO:
Height int `json:"height"`
Time time.Time `json:"time"`
NumTxs int `json:"num_txs"` // XXX: Can we get rid of this?