Skip to content

Commit

Permalink
upgrade name modified
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed May 31, 2023
1 parent 310123e commit c2b2827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/mainnet/v11/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func CreateUpgradeHandlerV11(
) upgradetypes.UpgradeHandler {
return func(ctx sdk.Context, _ upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {

ctx.Logger().Info("Applying main net upgrade - v.11.2.0")
ctx.Logger().Info("Applying main net upgrade - v.11.3.0")

fromVM[icatypes.ModuleName] = mm.Modules[icatypes.ModuleName].ConsensusVersion()

Expand Down

0 comments on commit c2b2827

Please sign in to comment.