Fix formatting

This commit is contained in:
Simon 2016-09-08 16:41:29 -07:00
parent 2ad0b7bfe2
commit ed42053a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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;