You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x/wasm/keeper/relay.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,11 +199,11 @@ func (w ContractConfirmStateAck) Acknowledgement() []byte {
199
199
200
200
// OnAckPacket calls the contract to handle the "acknowledgement" data which can contain success or failure of a packet
201
201
// acknowledgement written on the receiving chain for example. This is application level data and fully owned by the
202
-
// contract. The use of the standard acknowledgement envelope is recommended: https://github.com/cosmos/ics/tree/master/spec/ics-004-channel-and-packet-semantics#acknowledgement-envelope
202
+
// contract. The use of the standard acknowledgement envelope is recommended: https://github.com/cosmos/ibc/tree/main/spec/core/ics-004-channel-and-packet-semantics#acknowledgement-envelope
203
203
//
204
204
// On application errors the contract can revert an operation like returning tokens as in ibc-transfer.
205
205
//
206
-
// For more information see: https://github.com/cosmos/ics/tree/master/spec/ics-004-channel-and-packet-semantics#packet-flow--handling
206
+
// For more information see: https://github.com/cosmos/ibc/tree/main/spec/core/ics-004-channel-and-packet-semantics#packet-flow--handling
0 commit comments