Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Apr 16, 2024
1 parent 2ea0c1f commit 97ea02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/ibc/callbacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 97ea02f

Please sign in to comment.