From 641ad0028cf4fb1f5b4ccd925f57aa4bd0031744 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Sat, 8 Jul 2023 10:13:33 +0200 Subject: [PATCH] change comment --- modules/core/04-channel/keeper/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)