From ed42053a6cb716026be6c9460dd0c379155e8845 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 8 Sep 2016 16:41:29 -0700 Subject: [PATCH] Fix formatting --- src/wallet/asyncrpcoperation_sendmany.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 2ef096d59..e2eaad178 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -377,7 +377,7 @@ bool AsyncRPCOperation_sendmany::main_impl() { if (t_outputs_total > 0) { add_taddr_outputs_to_tx(); CAmount taddrTargetAmount = t_outputs_total + minersFee; - minersFeeProcessed = true; + minersFeeProcessed = true; while (zInputsDeque.size() > 0 && taddrTargetAmount > 0) { AsyncJoinSplitInfo info; info.vpub_old = 0;