[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

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