Add flag to confirm key on device (#8478) (#8490)

automerge
This commit is contained in:
mergify[bot]
2020-02-26 17:31:52 -08:00
committed by GitHub
parent abc6c5e264
commit c59ec2dcff
5 changed files with 28 additions and 7 deletions

View File

@@ -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())