Skip to content

Commit d8c3076

Browse files
committed
fix: allow non-existent export path for account
1 parent d9e3fc0 commit d8c3076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/subcommands/account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub struct AccountExportArgs {
147147
#[arg(long = "lock-arg", id = "lock-arg", value_parser = parse_lock_arg)]
148148
pub lock_arg: String,
149149
/// Output extended private key path (PrivKey + ChainCode)
150-
#[arg(long = "extended-privkey-path", id = "extended-privkey-path", value_parser = parse_extended_privkey_path)]
150+
#[arg(long = "extended-privkey-path", id = "extended-privkey-path")]
151151
pub extended_privkey_path: String,
152152
}
153153

0 commit comments

Comments
 (0)