Fix formatting
This commit is contained in:
@@ -377,7 +377,7 @@ bool AsyncRPCOperation_sendmany::main_impl() {
|
|||||||
if (t_outputs_total > 0) {
|
if (t_outputs_total > 0) {
|
||||||
add_taddr_outputs_to_tx();
|
add_taddr_outputs_to_tx();
|
||||||
CAmount taddrTargetAmount = t_outputs_total + minersFee;
|
CAmount taddrTargetAmount = t_outputs_total + minersFee;
|
||||||
minersFeeProcessed = true;
|
minersFeeProcessed = true;
|
||||||
while (zInputsDeque.size() > 0 && taddrTargetAmount > 0) {
|
while (zInputsDeque.size() > 0 && taddrTargetAmount > 0) {
|
||||||
AsyncJoinSplitInfo info;
|
AsyncJoinSplitInfo info;
|
||||||
info.vpub_old = 0;
|
info.vpub_old = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user