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
@@ -392,6 +392,7 @@ func (mock *mockProxyApp) DeliverTx(tx []byte) abci.Result {
r.Code,
r.Data,
r.Log,
r.Tags,
}
}