rename tm.events.type to just tm.event

This commit is contained in:
Anton Kaliaev
2017-11-24 18:22:46 -06:00
parent 461a143a2b
commit 56abea7427

View File

@@ -136,7 +136,7 @@ type EventDataVote struct {
const (
// EventTypeKey is a reserved key, used to specify event type in tags.
EventTypeKey = "tm.events.type"
EventTypeKey = "tm.event"
// TxHashKey is a reserved key, used to specify transaction's hash.
// see EventBus#PublishEventTx
TxHashKey = "tx.hash"