diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 1a76f17ae..c3c5dc529 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -6592,9 +6592,11 @@ bool simple_wallet::process_ring_members(const std::vector 1) prompt << tr("WARNING: Outputs of multiple addresses are being used together, which might potentially compromise your privacy.\n"); } + if (!process_ring_members(ptx_vector, prompt, m_wallet->print_ring_members())) return true; + + message_writer() << "\n======\n" << prompt.str() << "\n=====\n"; + if (ptx_vector.size() > 1) { prompt << boost::format(tr("Sweeping %s in %llu transactions for a total fee of %s. Is this okay?")) % print_money(total_sent) %