mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
add mempool to consensus
This commit is contained in:
@ -100,11 +100,11 @@ func TestBlock(t *testing.T) {
|
||||
|
||||
block := &Block{
|
||||
Header: Header{
|
||||
Name: "Tendermint",
|
||||
Network: "Tendermint",
|
||||
Height: randUInt32(),
|
||||
Fees: randUInt64(),
|
||||
Time: randTime(),
|
||||
PrevHash: randBytes(32),
|
||||
LastBlockHash: randBytes(32),
|
||||
ValidationHash: randBytes(32),
|
||||
DataHash: randBytes(32),
|
||||
},
|
||||
|
Reference in New Issue
Block a user