From 94190a9816ccbd00ff15328234d0b281fe7bd407 Mon Sep 17 00:00:00 2001 From: todaymoon Date: Thu, 27 Jun 2024 07:42:16 +0900 Subject: [PATCH] chore: fix some comments (#197) Signed-off-by: todaymoon --- modules/async-icq/ibc_module.go | 2 +- modules/async-icq/keeper/keeper_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/async-icq/ibc_module.go b/modules/async-icq/ibc_module.go index 93dd73fa..6b6646af 100644 --- a/modules/async-icq/ibc_module.go +++ b/modules/async-icq/ibc_module.go @@ -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, diff --git a/modules/async-icq/keeper/keeper_test.go b/modules/async-icq/keeper/keeper_test.go index e89d7fc7..5f4aef10 100644 --- a/modules/async-icq/keeper/keeper_test.go +++ b/modules/async-icq/keeper/keeper_test.go @@ -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