Skip to content

Commit a8d5f69

Browse files
committed
docs(wallet): improve docs for load_with_params
1 parent 9543f91 commit a8d5f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/wallet/src/wallet

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)