Skip to content

Commit 3559e58

Browse files
vishal-kannacrodriguezvegacolin-axner
authored
Docs: changed the comment in handdshake.go (#3969)
* idk * changed the comment * Update handshake.go * Update modules/core/04-channel/keeper/handshake.go Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> --------- Co-authored-by: Carlos Rodriguez <carlos@interchain.io> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
1 parent 2b955f8 commit 3559e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core/04-channel/keeper/handshake.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ func (k Keeper) WriteOpenAckChannel(
290290
emitChannelOpenAckEvent(ctx, portID, channelID, channel)
291291
}
292292

293-
// ChanOpenConfirm is called by the counterparty module to close their end of the
294-
// channel, since the other end has been closed.
293+
// ChanOpenConfirm is called by the handshake-accepting module to confirm the acknowledgement
294+
// of the handshake-originating module on the other chain and finish the channel opening handshake.
295295
func (k Keeper) ChanOpenConfirm(
296296
ctx sdk.Context,
297297
portID,

0 commit comments

Comments
 (0)