diff --git a/baseapp/abci.go b/baseapp/abci.go index 722590f73fc8..f5e8aa04e33c 100644 --- a/baseapp/abci.go +++ b/baseapp/abci.go @@ -196,7 +196,8 @@ func (app *BaseApp) BeginBlock(req abci.RequestBeginBlock) (res abci.ResponseBeg app.deliverState.ctx = app.deliverState.ctx. WithBlockGasMeter(gasMeter). WithHeaderHash(req.Hash). - WithConsensusParams(app.GetConsensusParams(app.deliverState.ctx)) + WithConsensusParams(app.GetConsensusParams(app.deliverState.ctx)). + WithVoteInfos(req.LastCommitInfo.GetVotes()) if app.checkState != nil { app.checkState.ctx = app.checkState.ctx.