Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Apr 2, 2024
1 parent cd3fe09 commit bdd78c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit bdd78c2

Please sign in to comment.