[rpc] fix subscribing using an abci.ResponseDeliverTx tag

Refs #1369
This commit is contained in:
Anton Kaliaev 2018-03-27 19:00:24 +02:00
parent 47b8bd1728
commit 8462493cbf
2 changed files with 4 additions and 2 deletions

View File

@ -27,13 +27,15 @@ BUG FIXES:
## 0.17.2 (TBD)
BUG FIXES:
- [rpc] fix subscribing using an abci.ResponseDeliverTx tag
IMPROVEMENTS:
- [rpc] `/tx` and `/tx_search` responses now include the transaction hash
## 0.17.1 (March 27th, 2018)
BUG FIXES:
- [types] Actually support `app_state` in genesis as `AppStateJSON`
## 0.17.0 (March 27th, 2018)

View File

@ -101,7 +101,7 @@ func (b *EventBus) PublishEventTx(event EventDataTx) error {
b.Logger.Info("Got tag with an empty key (skipping)", "tag", tag, "tx", event.Tx)
continue
}
tags[string(tag.Key)] = tag.Value
tags[string(tag.Key)] = string(tag.Value)
}
// add predefined tags