diff --git a/modules/core/04-channel/keeper/upgrade.go b/modules/core/04-channel/keeper/upgrade.go index c0422a3ee41..9d50031ab13 100644 --- a/modules/core/04-channel/keeper/upgrade.go +++ b/modules/core/04-channel/keeper/upgrade.go @@ -429,7 +429,7 @@ func (k Keeper) WriteUpgradeOpenChannel(ctx sdk.Context, portID, channelID strin k.SetChannel(ctx, portID, channelID, channel) - // Delete auxiliary state. + // delete state associated with upgrade which is no longer required. k.deleteUpgrade(ctx, portID, channelID) k.deleteCounterpartyLastPacketSequence(ctx, portID, channelID)