Skip to content

Commit

Permalink
update Plan Name for next MainNet upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Sep 21, 2022
1 parent 8b32aac commit b2c0864
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 @@ -761,7 +761,7 @@ func (app *App) RegisterTendermintService(clientCtx client.Context) {
}

func (app *App) RegisterUpgradeHandlers() {
planName := "trichomemonster"
planName := "trichomemonster-ica"
app.UpgradeKeeper.SetUpgradeHandler(planName, func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
// Set Initial Consensus Version
fromVM[icatypes.ModuleName] = app.mm.Modules[icatypes.ModuleName].ConsensusVersion()
Expand Down

0 comments on commit b2c0864

Please sign in to comment.