Skip to content

Commit

Permalink
Use sdk.AttributeKeySender in x/bank type
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Aug 16, 2023
1 parent 39cf2f8 commit 5a0edf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func toBytes(i interface{}) []byte {
}

// Common event types and attribute keys
var (
const (
EventTypeTx = "tx"

AttributeKeyAccountSequence = "acc_seq"
Expand Down
2 changes: 1 addition & 1 deletion x/bank/types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
EventTypeTransfer = "transfer"

AttributeKeyRecipient = "recipient"
AttributeKeySender = "sender"
AttributeKeySender = sdk.AttributeKeySender

// supply and balance tracking events name and attributes
EventTypeCoinSpent = "coin_spent"
Expand Down

0 comments on commit 5a0edf5

Please sign in to comment.