mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 20:23:59 +00:00
rename tm.events.type to just tm.event
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user