Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Jul 8, 2023
1 parent 3203f07 commit 641ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/04-channel/keeper/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 641ad00

Please sign in to comment.