From bdd78c205ba6379bd441a4e0f0ecb6ee0bd928eb Mon Sep 17 00:00:00 2001 From: yutianwu Date: Tue, 2 Apr 2024 14:31:45 +0800 Subject: [PATCH] remove unused code --- app/upgrade.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/upgrade.go b/app/upgrade.go index 2a20eb54a..c83d0ba79 100644 --- a/app/upgrade.go +++ b/app/upgrade.go @@ -244,7 +244,6 @@ func (app *App) registerErdosUpgradeHandler() { app.UpgradeKeeper.SetUpgradeHandler(upgradetypes.Erdos, func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) { app.Logger().Info("upgrade to ", plan.Name) - app.VirtualgroupKeeper.MigrateGlobalVirtualGroupFamiliesForSP(ctx) app.GashubKeeper.SetMsgGasParams(ctx, *gashubtypes.NewMsgGasParamsWithFixedGas(sdk.MsgTypeURL(&storagemoduletypes.MsgSetBucketFlowRateLimit{}), 1.2e3)) return app.mm.RunMigrations(ctx, app.configurator, fromVM) })