From c9f13c5e54c9117ff9fa32db3d0534af22e47ee7 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 10 Jan 2017 22:15:13 +0000 Subject: [PATCH] wallet2: fix tx reroll not updating fee is going up a kB step --- src/wallet/wallet2.cpp | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 0ad74f52..5f4b87d1 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -4228,13 +4228,19 @@ std::vector wallet2::create_transactions_2(std::vector test_ptx.fee); + LOG_PRINT_L2("Made a final " << ((txBlob.size() + 1023)/1024) << " kB tx, with " << print_money(test_ptx.fee) << " fee and " << print_money(test_ptx.change_dts.amount) << " change");