Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Feb 25, 2025
1 parent 28ad4f7 commit a2f2837
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,7 @@ impl Wallet {
self.settings.chain().network(),
master_private_key,
0,
if keychain_kind == KeychainKind::External {
false
} else {
true
},
keychain_kind == KeychainKind::Internal,
)?;

Ok(descriptor.to_string_with_secret(&keymap))
Expand Down

0 comments on commit a2f2837

Please sign in to comment.