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