File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var _ types.IBCContractKeeper = (*Keeper)(nil)
22
22
// In the IBC protocol this is either the `Channel Open Init` event on the initiating chain or
23
23
// `Channel Open Try` on the counterparty chain.
24
24
// Protocol version and channel ordering should be verified for example.
25
- // See https://github.com/cosmos/ics/tree/master /spec/ics-004-channel-and-packet-semantics#channel-lifecycle-management
25
+ // See https://github.com/cosmos/ibc/blob/main /spec/core/ ics-004-channel-and-packet-semantics/README.md #channel-lifecycle-management
26
26
func (k Keeper ) OnOpenChannel (
27
27
ctx sdk.Context ,
28
28
contractAddr sdk.AccAddress ,
@@ -128,9 +128,9 @@ func (k Keeper) OnCloseChannel(
128
128
// OnRecvPacket calls the contract to process the incoming IBC packet. The contract fully owns the data processing and
129
129
// returns the acknowledgement data for the chain level. This allows custom applications and protocols on top
130
130
// of IBC. Although it is recommended to use the standard acknowledgement envelope defined in
131
- // https://github.com/cosmos/ics/tree/master /spec/ics-004-channel-and-packet-semantics#acknowledgement-envelope
131
+ // https://github.com/cosmos/ibc/blob/main /spec/core/ ics-004-channel-and-packet-semantics/README.md #acknowledgement-envelope
132
132
//
133
- // For more information see: https://github.com/cosmos/ics/tree/master /spec/ics-004-channel-and-packet-semantics#packet-flow--handling
133
+ // For more information see: https://github.com/cosmos/ibc/blob/main /spec/core/ ics-004-channel-and-packet-semantics/README.md #packet-flow--handling
134
134
func (k Keeper ) OnRecvPacket (
135
135
ctx sdk.Context ,
136
136
contractAddr sdk.AccAddress ,
You can’t perform that action at this time.
0 commit comments