Skip to content

Commit

Permalink
remove module alias
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Oct 14, 2024
1 parent bafce81 commit d79a76d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ignite/cmd/scaffold_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import (
)

// moduleNameKeeperAlias is a map of well known module names that have a different keeper name than the usual <module-name>Keeper.
var moduleNameKeeperAlias = map[string]string{
"auth": "account", // TODO(@julienrbrt) remove this when x/accounts is released
}
var moduleNameKeeperAlias = map[string]string{}

const (
flagDep = "dep"
Expand Down

0 comments on commit d79a76d

Please sign in to comment.