diff --git a/internal/state/execution.go b/internal/state/execution.go index 20c472667..f26525d9c 100644 --- a/internal/state/execution.go +++ b/internal/state/execution.go @@ -383,7 +383,7 @@ func execBlockOnProxyApp( dtxs := make([]*abci.ResponseDeliverTx, len(block.Txs)) abciResponses.DeliverTxs = dtxs - commitInfo := getBeginBlockValidatorInfo(block, store, initialHeight) + commitInfo := buildLastCommitInfo(block, store, initialHeight) // Begin block var err error