From 4604597da89d7fcf1abee08a56463f32723b0b92 Mon Sep 17 00:00:00 2001 From: todaymoon Date: Sun, 9 Jun 2024 17:11:57 +0800 Subject: [PATCH] chore: fix some comments 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