From 56abea74276785fdd58f046ed08dc31dc9a6c786 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Fri, 24 Nov 2017 18:22:46 -0600 Subject: [PATCH] rename tm.events.type to just tm.event --- types/events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"