From 4371d0dc1e3d3998d46ed6bef2c05ba7377893b2 Mon Sep 17 00:00:00 2001 From: wgyt Date: Fri, 24 Jan 2025 17:24:54 +0800 Subject: [PATCH] fix links --- spec/app/ics-027-interchain-accounts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/ics-027-interchain-accounts/README.md b/spec/app/ics-027-interchain-accounts/README.md index a2d95c9b5..892ad47aa 100644 --- a/spec/app/ics-027-interchain-accounts/README.md +++ b/spec/app/ics-027-interchain-accounts/README.md @@ -327,7 +327,7 @@ message InterchainAccountPacketData { } ``` -The acknowledgment packet structure is defined as in [ics4](https://github.com/cosmos/ibc-go/blob/main/proto/ibc/core/channel/v1/channel.proto#L135-L148). If an error occurs on the host chain the acknowledgment contains the error message. +The acknowledgment packet structure is defined as in [ics4](https://github.com/cosmos/ibc-go/blob/main/proto/ibc/core/channel/v1/channel.proto#L165-L171). If an error occurs on the host chain the acknowledgment contains the error message. ```proto message Acknowledgement {