From d91729268fa46f64673c8465fc8685c95fd86aa2 Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Wed, 3 Jul 2024 12:22:50 +0100 Subject: [PATCH] fixed output of split TXs with multiple blank lines --- src/simplewallet/simplewallet.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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) %