mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +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