Skip to content

Commit

Permalink
fix link in doc-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 9, 2024
1 parent b8a7104 commit 47e982f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ibc-testkit/src/relayer/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,9 @@ where
)
}

/// Submit a packet via [`DummyTransferModule`] on the first context.
/// Submit a packet via
/// [`DummyTransferModule`](crate::testapp::ibc::applications::transfer::types::DummyTransferModule)
/// on the first context.
///
/// Requires `serde` feature because of [`ibc::apps::transfer::handler::send_transfer`].
#[cfg(feature = "serde")]
Expand Down

0 comments on commit 47e982f

Please sign in to comment.