mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
extract tags from DeliverTx/Result
and send them along with predefined
This commit is contained in:
@ -75,6 +75,7 @@ func execBlockOnProxyApp(txEventPublisher types.TxEventPublisher, proxyAppConn p
|
||||
Data: txResult.Data,
|
||||
Code: txResult.Code,
|
||||
Log: txResult.Log,
|
||||
Tags: txResult.Tags,
|
||||
Error: txError,
|
||||
}
|
||||
txEventPublisher.PublishEventTx(event)
|
||||
|
Reference in New Issue
Block a user