From 97ea02faed14bf5c99c46471178d56aa564dcd3d Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 16 Apr 2024 14:14:55 +0200 Subject: [PATCH] Fix link --- packages/std/src/ibc/callbacks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/std/src/ibc/callbacks.rs b/packages/std/src/ibc/callbacks.rs index 52383b8d43..1243e9a9d9 100644 --- a/packages/std/src/ibc/callbacks.rs +++ b/packages/std/src/ibc/callbacks.rs @@ -140,7 +140,7 @@ pub struct IbcDestinationChainCallbackMsg { } /// The acknowledgement written by the module on the destination chain. -/// It is different from the [`IbcAcknowledgement`] as it can be unsuccessful. +/// It is different from the [`crate::IbcAcknowledgement`] as it can be unsuccessful. #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)] pub struct IbcFullAcknowledgement { /// The acknowledgement data returned by the module.