Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c3219e5

Browse files
authored
fix plan name
1 parent 856b263 commit c3219e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ func (app *App) RegisterTendermintService(clientCtx client.Context) {
758758
}
759759

760760
func (app *App) RegisterUpgradeHandlers() {
761-
planName := "vigorous-grow-rc3"
761+
planName := "vigorous-grow"
762762
app.UpgradeKeeper.SetUpgradeHandler(planName, func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
763763
// no-op ... making a new consensus for IBC/go v3.4.0 upgrade & Gov anti-spam feature...
764764
ctx.Logger().Info("no-op ... making a new consensus for IBC/go v3.4.0 upgrade & Gov anti-spam feature...")

0 commit comments

Comments
 (0)