Ledger: return specific error if ledger-app-solana is not running (#8684)
* Specific error if ledger-app-solana is not running * Return helpful error * Include signer name in multiple-device prompt
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user