Skip to content

Commit

Permalink
Problem: redundant refresh cp is included in upgrade (evmos#332)
Browse files Browse the repository at this point in the history
this change should have been included in 52b2310
  • Loading branch information
mmsqe authored Sep 7, 2023
1 parent fbe8318 commit 4d74657
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ func (app *EthermintApp) RegisterUpgradeHandlers(cdc codec.BinaryCodec, clientKe
clientKeeper.SetParams(ctx, params)
// Migrate Tendermint consensus parameters from x/params module to a dedicated x/consensus module.
baseapp.MigrateParams(ctx, baseAppLegacySS, &app.ConsensusParamsKeeper)
c := app.GetConsensusParams(ctx)
ctx = ctx.WithConsensusParams(c)
return app.mm.RunMigrations(ctx, app.configurator, fromVM)
})
upgradeInfo, err := app.UpgradeKeeper.ReadUpgradeInfoFromDisk()
Expand Down

0 comments on commit 4d74657

Please sign in to comment.