Skip to content

Commit

Permalink
use RouterKey for the Module keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 10, 2023
1 parent eb1c464 commit 45917a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const (
// StoreKey is the store key string for IBC transfer
StoreKey = ModuleName

// packetforwardKey is the message route for IBC transfer
packetforwardKey = ModuleName
// RouterKey is the message route for IBC transfer
RouterKey = ModuleName

// QuerierRoute is the querier route for IBC transfer
QuerierRoute = ModuleName
Expand Down

0 comments on commit 45917a4

Please sign in to comment.