mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 02:07:54 -04:00
wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown
This commit is contained in:
parent
ed67e5c001
commit
214d251c48
3 changed files with 3 additions and 1 deletions
|
@ -397,6 +397,7 @@ namespace
|
|||
{
|
||||
writer << "\n" << tr("output amount") << " = " << print_money(outs_for_amount.first) << ", " << tr("found outputs to use") << " = " << outs_for_amount.second;
|
||||
}
|
||||
writer << tr("Please use sweep_unmixable.");
|
||||
}
|
||||
catch (const tools::error::tx_not_constructed&)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue