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");