Add flag to confirm key on device (#8478)
This commit is contained in:
@ -86,6 +86,7 @@ pub fn signer_from_path(
|
||||
path,
|
||||
derivation_of(matches, "derivation_path"),
|
||||
wallet_manager,
|
||||
matches.is_present("confirm_key"),
|
||||
)?))
|
||||
} else {
|
||||
Err(RemoteWalletError::NoDeviceFound.into())
|
||||
|
Reference in New Issue
Block a user