Skip to content

Commit f40f8b9

Browse files
committed
docs(wallet): improve docs for load_with_params
- keychain_txout: remove broken rustdoc link
1 parent 43d2a61 commit f40f8b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/chain/src/indexer/keychain_txout.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ pub const DEFAULT_LOOKAHEAD: u32 = 25;
105105
/// ```
106106
///
107107
/// [`Ord`]: core::cmp::Ord
108-
/// [`SpkTxOutIndex`]: crate::spk_txout_index::SpkTxOutIndex
109108
/// [`Descriptor`]: crate::miniscript::Descriptor
110109
/// [`reveal_to_target`]: Self::reveal_to_target
111110
/// [`reveal_next_spk`]: Self::reveal_next_spk

crates/wallet/src/wallet/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ impl Wallet {
478478

479479
/// Load [`Wallet`] from the given previously persisted [`ChangeSet`] and `params`.
480480
///
481-
/// Refer to [`Wallet::load`] for more.
481+
/// Returns `Ok(None)` if the changeset is empty. Refer to [`Wallet::load`] for more.
482482
pub fn load_with_params(
483483
changeset: ChangeSet,
484484
params: LoadParams,

0 commit comments

Comments
 (0)