diff --git a/types/events.go b/types/events.go index 03e5e7951..ed972e93b 100644 --- a/types/events.go +++ b/types/events.go @@ -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"