This commit is contained in:
Marko Baricevic 2019-07-26 12:41:42 +02:00
parent 98e850f8ec
commit 851f1edfd9

View File

@ -62,7 +62,6 @@ func MakeBlock(height int64, txs []Tx, lastCommit *Commit, evidence []Evidence)
block := &Block{
Header: Header{
Height: height,
NumTxs: int64(len(txs)),
},
Data: Data{
Txs: txs,