diff --git a/state/execution_test.go b/state/execution_test.go index 3080187b3..379ac6732 100644 --- a/state/execution_test.go +++ b/state/execution_test.go @@ -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)