File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -443,10 +443,11 @@ impl Wallet {
443
443
444
444
/// Build [`Wallet`] by loading from persistence or [`ChangeSet`].
445
445
///
446
- /// Note that the descriptor secret keys are not persisted to the db. You can either add
447
- /// signers after-the-fact with [`Wallet::add_signer`] or [`Wallet::set_keymap`]. Or you can
448
- /// add keys when building the wallet using [`LoadParams::keymap`] and/or
449
- /// [`LoadParams::descriptor`].
446
+ /// Note that the descriptor secret keys are not persisted to the db. You can add
447
+ /// signers after-the-fact with [`Wallet::add_signer`] or [`Wallet::set_keymap`]. You
448
+ /// can also add keys when building the wallet by using [`LoadParams::keymap`]. Finally
449
+ /// you can check the wallet's descriptors are what you expect with [`LoadParams::descriptor`]
450
+ /// which will try to populate signers if [`LoadParams::extract_keys`] is enabled.
450
451
///
451
452
/// # Synopsis
452
453
///
You can’t perform that action at this time.
0 commit comments