add mempool to consensus

This commit is contained in:
Jae Kwon
2014-09-11 22:44:59 -07:00
parent 6a84b2e6aa
commit 9c1795a04d
8 changed files with 133 additions and 59 deletions

View File

@ -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),
},