mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 13:51:21 +00:00
Add ConsensusHash to header
This commit is contained in:
committed by
Ethan Buchman
parent
56cada6a0c
commit
d151e36ea8
@ -120,7 +120,7 @@ func makeBlock(height int64, state *State) *types.Block {
|
||||
block, _ := types.MakeBlock(height, chainID,
|
||||
makeTxs(height), state.LastBlockTotalTx,
|
||||
new(types.Commit), prevBlockID, valHash,
|
||||
state.AppHash, testPartSize)
|
||||
state.AppHash, state.Params.Hash(), testPartSize)
|
||||
return block
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user