Skip to content

Commit

Permalink
Merge pull request #172 from terra-money/release/v2.4
Browse files Browse the repository at this point in the history
fix: module version map
  • Loading branch information
emidev98 authored Sep 12, 2023
2 parents 029192c + 3c0b0af commit 35490f9
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 @@ -1016,6 +1016,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())

Check warning on line 1019 in app/app.go

View check run for this annotation

Codecov / codecov/patch

app/app.go#L1019

Added line #L1019 was not covered by tests

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

0 comments on commit 35490f9

Please sign in to comment.