mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-25 08:31:40 +00:00
reorder block fields for aesthetics
This commit is contained in:
@@ -395,9 +395,9 @@ func execBlockOnProxyApp(
|
||||
abciResponses.FinalizeBlock, err = proxyAppConn.FinalizeBlock(
|
||||
ctx,
|
||||
abci.RequestFinalizeBlock{
|
||||
Txs: block.Txs.ToSliceOfBytes(),
|
||||
Hash: block.Hash(),
|
||||
Header: *pbh,
|
||||
Txs: block.Txs.ToSliceOfBytes(),
|
||||
LastCommitInfo: buildLastCommitInfo(block, store, initialHeight),
|
||||
ByzantineValidators: block.Evidence.ToABCI(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user