mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
fix test
This commit is contained in:
parent
960b25408f
commit
4bca6bf6f5
@ -81,7 +81,7 @@ func TestBeginBlockAbsentValidators(t *testing.T) {
|
||||
|
||||
valHash := state.Validators.Hash()
|
||||
block, _ := types.MakeBlock(2, chainID, makeTxs(2), state.LastBlockTotalTx, lastCommit,
|
||||
prevBlockID, valHash, state.AppHash, testPartSize)
|
||||
prevBlockID, valHash, state.AppHash, state.LastConsensusHash, testPartSize)
|
||||
|
||||
_, err = ExecCommitBlock(proxyApp.Consensus(), block, log.TestingLogger(), lastValidators)
|
||||
require.Nil(t, err, tc.desc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user