actually finish buildLastCommit rename

This commit is contained in:
William Banfield
2022-02-14 18:33:29 -05:00
parent dd0d917285
commit 3a67c8b076

View File

@@ -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(),
}