Skip to content

Commit

Permalink
docs(wallet): improve docs for load_with_params
Browse files Browse the repository at this point in the history
- keychain_txout: remove broken rustdoc link
  • Loading branch information
ValuedMammal committed Feb 18, 2025
1 parent 43d2a61 commit f40f8b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/chain/src/indexer/keychain_txout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ pub const DEFAULT_LOOKAHEAD: u32 = 25;
/// ```
///
/// [`Ord`]: core::cmp::Ord
/// [`SpkTxOutIndex`]: crate::spk_txout_index::SpkTxOutIndex
/// [`Descriptor`]: crate::miniscript::Descriptor
/// [`reveal_to_target`]: Self::reveal_to_target
/// [`reveal_next_spk`]: Self::reveal_next_spk
Expand Down
2 changes: 1 addition & 1 deletion crates/wallet/src/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ impl Wallet {

/// Load [`Wallet`] from the given previously persisted [`ChangeSet`] and `params`.
///
/// Refer to [`Wallet::load`] for more.
/// Returns `Ok(None)` if the changeset is empty. Refer to [`Wallet::load`] for more.
pub fn load_with_params(
changeset: ChangeSet,
params: LoadParams,
Expand Down

0 comments on commit f40f8b9

Please sign in to comment.