Skip to content

Commit

Permalink
Docs: changed the comment in handdshake.go (#3969)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jun 27, 2023
1 parent 2b955f8 commit 3559e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/04-channel/keeper/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ func (k Keeper) WriteOpenAckChannel(
emitChannelOpenAckEvent(ctx, portID, channelID, channel)
}

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

0 comments on commit 3559e58

Please sign in to comment.