Browse Source

reorder block fields for aesthetics

pull/7983/head
William Banfield 3 years ago
parent
commit
42a01cc966
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/state/execution.go

+ 1
- 1
internal/state/execution.go View File

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


Loading…
Cancel
Save