extract tags from DeliverTx/Result

and send them along with predefined
This commit is contained in:
Anton Kaliaev
2017-11-29 14:23:43 -06:00
parent f233cde9a9
commit a52cdbfe43
8 changed files with 28 additions and 13 deletions
+1
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)