Browse Source

rename tm.events.type to just tm.event

pull/835/head
Anton Kaliaev 7 years ago
parent
commit
56abea7427
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/events.go

+ 1
- 1
types/events.go 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"


Loading…
Cancel
Save