mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 06:41:31 +00:00
txs fixup
This commit is contained in:
@@ -395,6 +395,7 @@ func execBlockOnProxyApp(
|
||||
abciResponses.FinalizeBlock, err = proxyAppConn.FinalizeBlock(
|
||||
ctx,
|
||||
abci.RequestFinalizeBlock{
|
||||
Txs: block.Txs.ToSliceOfBytes(),
|
||||
Hash: block.Hash(),
|
||||
Header: *pbh,
|
||||
Height: block.Height,
|
||||
|
||||
Reference in New Issue
Block a user