Skip to content

Commit

Permalink
feat!: Define Genesis state transition (cosmos#15999)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed May 3, 2023
1 parent e250c89 commit 67316ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func NewSimApp(
// must be passed by reference here.
app.ModuleManager = module.NewManager(
genutil.NewAppModule(
app.AccountKeeper, app.StakingKeeper, app.BaseApp.DeliverTx,
app.AccountKeeper, app.StakingKeeper, app,
encodingConfig.TxConfig,
),
auth.NewAppModule(appCodec, app.AccountKeeper, authsims.RandomGenesisAccounts, app.GetSubspace(authtypes.ModuleName)),
Expand Down

0 comments on commit 67316ae

Please sign in to comment.