Skip to content

Commit

Permalink
Simplify doc comment
Browse files Browse the repository at this point in the history
Co-authored-by: srdtrk <[email protected]>
  • Loading branch information
chipshort and srdtrk authored Apr 18, 2024
1 parent 5f4f7ca commit 1173f79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/std/src/ibc/callbacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ pub struct IbcDstCallback {
///
/// Note that there are some prerequisites that need to be fulfilled to receive source chain callbacks:
/// - The contract must implement the `ibc_source_chain_callback` entrypoint.
/// - The module that sends the packet must be wrapped by an `IBCMiddleware`
/// (i.e. the source chain needs to support callbacks for the message you are sending).
/// - The IBC application in the source chain must have support for the callbacks middleware.
/// - You have to add json-encoded [`IbcCallbackData`] to a specific field of the message.
/// For `IbcMsg::Transfer`, this is the `memo` field.
/// - The receiver of the callback must also be the sender of the message.
Expand Down

0 comments on commit 1173f79

Please sign in to comment.