extract tags from DeliverTx/Result

and send them along with predefined
This commit is contained in:
Anton Kaliaev
2017-11-09 17:35:46 -05:00
parent f233cde9a9
commit a52cdbfe43
8 changed files with 28 additions and 13 deletions

View File

@ -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)