From f0de2f4af884e37dc50b22fa4b05a7f31a60e05c Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 14 Feb 2022 18:31:55 -0500 Subject: [PATCH] finish buidlLastCommit rename --- internal/state/execution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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