Skip to content

Commit d7ed1bf

Browse files
committed
chore: fix 404 status URL
Signed-off-by: threehonor <[email protected]>
1 parent a8ed120 commit d7ed1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/wasm/keeper/relay.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ func (w ContractConfirmStateAck) Acknowledgement() []byte {
199199

200200
// OnAckPacket calls the contract to handle the "acknowledgement" data which can contain success or failure of a packet
201201
// 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
203203
//
204204
// On application errors the contract can revert an operation like returning tokens as in ibc-transfer.
205205
//
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
207207
func (k Keeper) OnAckPacket(
208208
ctx sdk.Context,
209209
contractAddr sdk.AccAddress,

0 commit comments

Comments
 (0)