Skip to content

Commit

Permalink
feat: module version
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed Sep 6, 2023
1 parent 0324754 commit 4dd00f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ func (app *TerraApp) InitChainer(ctx sdk.Context, req abci.RequestInitChain) abc
panic(err)
}
res := app.mm.InitGenesis(ctx, app.appCodec, genesisState)
app.UpgradeKeeper.SetModuleVersionMap(ctx, app.mm.GetVersionMap())

// stake all vesting tokens
app.enforceStakingForVestingTokens(ctx, genesisState)
Expand Down

0 comments on commit 4dd00f8

Please sign in to comment.