File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func (k Keeper) OnOpenChannel(
55
55
//
56
56
// There is an open issue with the [cosmos-sdk](https://github.com/cosmos/cosmos-sdk/issues/8334)
57
57
// that the counterparty channelID is empty on the initiating chain
58
- // See https://github.com/cosmos/ics /tree/master /spec/ics-004-channel-and-packet-semantics#channel-lifecycle-management
58
+ // See https://github.com/cosmos/ibc /tree/main /spec/core /ics-004-channel-and-packet-semantics#channel-lifecycle-management
59
59
func (k Keeper ) OnConnectChannel (
60
60
ctx sdk.Context ,
61
61
contractAddr sdk.AccAddress ,
@@ -92,7 +92,7 @@ func (k Keeper) OnConnectChannel(
92
92
//
93
93
// Once closed, channels cannot be reopened and identifiers cannot be reused. Identifier reuse is prevented because
94
94
// we want to prevent potential replay of previously sent packets
95
- // See https://github.com/cosmos/ics /tree/master /spec/ics-004-channel-and-packet-semantics#channel-lifecycle-management
95
+ // See https://github.com/cosmos/ibc /tree/main /spec/core /ics-004-channel-and-packet-semantics#channel-lifecycle-management
96
96
func (k Keeper ) OnCloseChannel (
97
97
ctx sdk.Context ,
98
98
contractAddr sdk.AccAddress ,
You can’t perform that action at this time.
0 commit comments