Skip to content

Commit

Permalink
chore: fix some comments (#197)
Browse files Browse the repository at this point in the history
Signed-off-by: todaymoon <[email protected]>
  • Loading branch information
todaymoon committed Jun 26, 2024
1 parent 4827cf2 commit 94190a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/async-icq/ibc_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (im IBCModule) OnChanOpenAck(
return nil
}

// OnChanOpenAck implements the IBCModule interface
// OnChanOpenConfirm implements the IBCModule interface
func (im IBCModule) OnChanOpenConfirm(
ctx sdk.Context,
_ string,
Expand Down
2 changes: 1 addition & 1 deletion modules/async-icq/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func NewICQPath(chainA, chainB *ibctesting.TestChain) *ibctesting.Path {
return path
}

// SetupICAPath invokes the ICQ entrypoint and subsequent channel handshake handlers
// SetupICQPath invokes the ICQ entrypoint and subsequent channel handshake handlers
func SetupICQPath(path *ibctesting.Path) error {
if err := path.EndpointA.ChanOpenInit(); err != nil {
return err
Expand Down

0 comments on commit 94190a9

Please sign in to comment.