aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-02-16 14:22:41 +0100
committerRiccardo Spagni <ric@spagni.net>2018-02-16 14:22:41 +0100
commit9c4428e583cdbcbab42c3ce14903e7cc636fe515 (patch)
treede29a289d666befdb2b9136d056810e5f3d3b119 /src/simplewallet
parentMerge pull request #3210 (diff)
parentwallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (diff)
downloadmonero-9c4428e583cdbcbab42c3ce14903e7cc636fe515.tar.xz
Merge pull request #3214
214d251c wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (stoffu)
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 0a57dec80..4ad1b83ec 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&)
{