aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-01-31 10:37:54 +0900
committerstoffu <stoffu@protonmail.ch>2018-02-08 08:02:12 +0900
commit214d251c48f66e9ba125b27d5313a3608063f4cb (patch)
treeca3836adc66f3198133069633222bb8ed1069aed /src/simplewallet
parentMerge pull request #3198 (diff)
downloadmonero-214d251c48f66e9ba125b27d5313a3608063f4cb.tar.xz
wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index a6cef1bb9..40a6488cb 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -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&)
{