Skip to content

Commit

Permalink
ACK fede's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Jun 9, 2019
1 parent 75ab6ec commit 8139158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/bank/internal/types/tags.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package types

import (
"github.com/cosmos/cosmos-sdk/types"
sdk "github.com/cosmos/cosmos-sdk/types"
)

// Tag keys and values
Expand All @@ -10,8 +10,8 @@ var (
ActionDelegateCoins = "delegateCoins"
TxCategory = "bank"

Action = types.TagAction
Category = types.TagCategory
Action = sdk.TagAction
Category = sdk.TagCategory
Recipient = "recipient"
Sender = "sender"
)

0 comments on commit 8139158

Please sign in to comment.