From 3a67c8b076a105c0cf0a3053b1ca792952c476b7 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 14 Feb 2022 18:33:29 -0500 Subject: [PATCH] actually finish buildLastCommit 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 f26525d9c..b94b4af43 100644 --- a/internal/state/execution.go +++ b/internal/state/execution.go @@ -157,7 +157,7 @@ func (blockExec *BlockExecutor) ProcessProposal( Hash: block.Header.Hash(), Header: *block.Header.ToProto(), Txs: block.Data.Txs.ToSliceOfBytes(), - LastCommitInfo: getBeginBlockValidatorInfo(block, blockExec.store, initialHeight), + LastCommitInfo: buildLastCommitInfo(block, blockExec.store, state.InitialHeight), ByzantineValidators: block.Evidence.ToABCI(), }