diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:22:41 +0100 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-02-16 14:22:41 +0100 |
commit | 9c4428e583cdbcbab42c3ce14903e7cc636fe515 (patch) | |
tree | de29a289d666befdb2b9136d056810e5f3d3b119 /src/simplewallet | |
parent | Merge pull request #3210 (diff) | |
parent | wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (diff) | |
download | monero-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.cpp | 1 |
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&) { |