wallet: report exact reason for open_wallet failure.
This commit is contained in:
parent
893916ad09
commit
33f6fa5f2e
|
@ -3625,7 +3625,7 @@ namespace tools
|
|||
if (!wal)
|
||||
{
|
||||
er.code = WALLET_RPC_ERROR_CODE_UNKNOWN_ERROR;
|
||||
er.message = "Failed to open wallet";
|
||||
er.message = "Failed to open wallet : " + (!er.message.empty() ? er.message : "Unknown.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue