mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
fix ci
This commit is contained in:
parent
98e850f8ec
commit
851f1edfd9
@ -62,7 +62,6 @@ func MakeBlock(height int64, txs []Tx, lastCommit *Commit, evidence []Evidence)
|
|||||||
block := &Block{
|
block := &Block{
|
||||||
Header: Header{
|
Header: Header{
|
||||||
Height: height,
|
Height: height,
|
||||||
NumTxs: int64(len(txs)),
|
|
||||||
},
|
},
|
||||||
Data: Data{
|
Data: Data{
|
||||||
Txs: txs,
|
Txs: txs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user