From 46f57c783865ef64496cfd8254445477cacc6e9b Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Wed, 6 Nov 2024 17:52:05 -0600 Subject: [PATCH] nit: minor upgrades.go stale function call --- simapp/app/upgrades.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simapp/app/upgrades.go b/simapp/app/upgrades.go index f3251788..a7949ee1 100644 --- a/simapp/app/upgrades.go +++ b/simapp/app/upgrades.go @@ -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(