Skip to content

Commit

Permalink
nit: minor upgrades.go stale function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Nov 6, 2024
1 parent 2ddf334 commit 46f57c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (app *ChainApp) RegisterUpgradeHandlers() {
Codec: app.appCodec,
GetStoreKey: app.GetKey,
}
app.GetStoreKeys()

// register all upgrade handlers
for _, upgrade := range Upgrades {
app.UpgradeKeeper.SetUpgradeHandler(
Expand Down

0 comments on commit 46f57c7

Please sign in to comment.