mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 23:01:30 +00:00
actually finish buildLastCommit rename
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user