Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
S6: fix incorrect comment for channelOpenConfirm()
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Dec 4, 2024
commit 3c82e7a3a0a9781e5ad4e993366441f849dcd3cd
2 changes: 1 addition & 1 deletion contracts/core/04-channel/IBCChannelHandshake.sol
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ contract IBCChannelHandshake is IBCModuleManager, IIBCChannelHandshake, IIBCChan
}

/**
* @dev channelOpenConfirm is called by the counterparty module to close their end of the channel, since the other end has been closed.
* @dev channelOpenConfirm is called by the counterparty module to acknowledge the acknowledgement of the handshake-originating module on the other chain and finish the channel opening handshake.
*/
function channelOpenConfirm(IIBCChannelHandshake.MsgChannelOpenConfirm calldata msg_) public override {
Channel.Data storage channel = getChannelStorage()[msg_.portId][msg_.channelId].channel;
Expand Down