Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Jul 25, 2024
1 parent 64206da commit e947133
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,6 @@ func NewApp(

// Warning: Some init genesis methods must run before others. Ensure the dependencies are understood before modifying this list
app.mm.SetOrderInitGenesis(

capabilitytypes.ModuleName, // initialize capabilities, run before any module creating or claiming capabilities in InitGenesis
authtypes.ModuleName, // loads all accounts, run before any module with a module account
banktypes.ModuleName,
Expand All @@ -981,7 +980,6 @@ func NewApp(
minttypes.ModuleName,
ibcexported.ModuleName,
evidencetypes.ModuleName,

authz.ModuleName,
ibctransfertypes.ModuleName,
evmtypes.ModuleName,
Expand Down Expand Up @@ -1018,6 +1016,7 @@ func NewApp(
app.mm.RegisterInvariants(&app.crisisKeeper)

app.configurator = module.NewConfigurator(app.appCodec, app.MsgServiceRouter(), app.GRPCQueryRouter())

app.RegisterServices(app.configurator)

// RegisterUpgradeHandlers is used for registering any on-chain upgrades.
Expand Down

0 comments on commit e947133

Please sign in to comment.