fix up e2e tests

This commit is contained in:
Callum Waters
2022-09-30 12:30:51 +02:00
parent d1616c192b
commit a2978b4b10
4 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ func (h *Handshaker) replayBlocks(
assertAppHashEqualsOneFromBlock(appHash, block)
}
err = sm.ExecCommitBlock(proxyApp.Consensus(), block, h.logger, h.stateStore, h.genDoc.InitialHeight)
appHash, err = sm.ExecCommitBlock(proxyApp.Consensus(), block, h.logger, h.stateStore, h.genDoc.InitialHeight)
if err != nil {
return nil, err
}