finish buidlLastCommit rename

This commit is contained in:
William Banfield
2022-02-14 18:31:55 -05:00
parent 87ab6de1af
commit f0de2f4af8

View File

@@ -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