Skip to content

Commit

Permalink
fix: upgrades for in-place testnet (osmosis-labs#7487) (osmosis-labs#…
Browse files Browse the repository at this point in the history
…7488)

(cherry picked from commit 1757ca7)

Co-authored-by: Roman <roman@osmosis.team>
Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
  • Loading branch information
3 people committed Feb 15, 2024
1 parent e8a1eca commit 8627f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ func InitOsmosisAppForTestnet(app *OsmosisApp, newValAddr bytes.HexBytes, newVal
if upgradeToTrigger != "" {
upgradePlan := upgradetypes.Plan{
Name: upgradeToTrigger,
Height: app.LastBlockHeight(),
Height: app.LastBlockHeight() + 10,
}
err = app.UpgradeKeeper.ScheduleUpgrade(ctx, upgradePlan)
if err != nil {
Expand Down

0 comments on commit 8627f01

Please sign in to comment.