mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 04:22:19 -04:00
Merge pull request #3214
214d251c
wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (stoffu)
This commit is contained in:
commit
9c4428e583
3 changed files with 3 additions and 1 deletions
|
@ -2442,7 +2442,7 @@ namespace tools
|
|||
catch (const tools::error::not_enough_outs_to_mix& e)
|
||||
{
|
||||
er.code = WALLET_RPC_ERROR_CODE_NOT_ENOUGH_OUTS_TO_MIX;
|
||||
er.message = e.what();
|
||||
er.message = e.what() + std::string(" Please use sweep_dust.");
|
||||
}
|
||||
catch (const error::file_exists& e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue