Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bowman committed Feb 7, 2025
1 parent 402cb0b commit a1b8617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v1_7.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func V010706TestnetUpgradeHandler(
if isTestnet(ctx) {
// remove zones where clients have expired, so we can redo them.
appKeepers.InterchainstakingKeeper.RemoveZoneAndAssociatedRecords(ctx, "osmo-test-5")
appKeepers.InterchainstakingKeeper.RemoveZoneAndAssociatedRecords(ctx, "provider-1")
appKeepers.InterchainstakingKeeper.RemoveZoneAndAssociatedRecords(ctx, "provider")
}

return V010706UpgradeHandler(mm, configurator, appKeepers)(ctx, plan, fromVM)
Expand Down

0 comments on commit a1b8617

Please sign in to comment.