mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 14:40:48 -08: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:
@@ -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&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user