Skip to content

Commit 37ce428

Browse files
committed
- Updated error calls on functions in handlers and>
- Updated the comment on the descriptor command, a> - Added possiblevalues for the descriptor types in> - Made the descriptor type format consistent - Fixed duplicated on invalidArguments call
1 parent 329cad2 commit 37ce428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use bdk_wallet::bitcoin::{
1717
Address, Network, OutPoint, ScriptBuf,
1818
bip32::{DerivationPath, Xpriv},
1919
};
20-
use clap::{Args, Parser, Subcommand, ValueEnum, value_parser, builder::TypedValueParser};
20+
use clap::{Args, Parser, Subcommand, ValueEnum, builder::TypedValueParser, value_parser};
2121

2222
#[cfg(any(feature = "electrum", feature = "esplora", feature = "rpc"))]
2323
use crate::utils::parse_proxy_auth;
@@ -107,7 +107,7 @@ pub enum CliSubCommand {
107107
wallet_opts: WalletOpts,
108108
},
109109
/// Output Descriptors operations.
110-
///
110+
///
111111
/// Generate output descriptors from either extended key (Xprv/Xpub) or mnemonic phrase.
112112
/// This feature is intended for development and testing purposes only.
113113
Descriptor {

0 commit comments

Comments
 (0)