Browse Source

fix test

pull/972/head
Ethan Buchman 7 years ago
parent
commit
4bca6bf6f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      state/execution_test.go

+ 1
- 1
state/execution_test.go View File

@ -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…
Cancel
Save