mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 00:14:14 -04:00
Merge pull request #4653
ade369f9
Add RPC error code for non-deterministic wallet (Michał Sałaban)
This commit is contained in:
commit
3ceeac50da
2 changed files with 2 additions and 0 deletions
|
@ -1744,6 +1744,7 @@ namespace tools
|
|||
epee::wipeable_string seed;
|
||||
if (!m_wallet->get_seed(seed))
|
||||
{
|
||||
er.code = WALLET_RPC_ERROR_CODE_NON_DETERMINISTIC;
|
||||
er.message = "The wallet is non-deterministic. Cannot display seed.";
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue