Ledger: return specific error if ledger-app-solana is not running (#8684) (#8695)

automerge
This commit is contained in:
mergify[bot]
2020-03-06 16:28:53 -08:00
committed by GitHub
parent 175651c497
commit 659aaafff6
4 changed files with 55 additions and 17 deletions

View File

@@ -87,6 +87,7 @@ pub fn signer_from_path(
derivation_of(matches, "derivation_path"),
wallet_manager,
matches.is_present("confirm_key"),
keypair_name,
)?))
} else {
Err(RemoteWalletError::NoDeviceFound.into())