wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown

This commit is contained in:
stoffu 2018-01-31 10:37:54 +09:00
parent ed67e5c001
commit 214d251c48
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012
3 changed files with 3 additions and 1 deletions

View file

@ -2425,7 +2425,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)
{