Skip to content

Commit

Permalink
Fix rustdocs link
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 7, 2021
1 parent f11c97a commit d0aad18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ fn parse_outpoint(s: &str) -> Result<OutPoint, String> {

/// Execute a wallet sub-command with a given [`Wallet`].
///
/// Wallet sub-commands are described in [`WalletSubCommand`]. See [`super::cli`] for example usage.
/// Wallet sub-commands are described in [`WalletSubCommand`]. See [`crate`] for example usage.
#[maybe_async]
pub fn handle_wallet_subcommand<C, D>(
wallet: &Wallet<C, D>,
Expand Down

0 comments on commit d0aad18

Please sign in to comment.