mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-12 00:01:59 -04:00
Fix formatting
This commit is contained in:
parent
2ad0b7bfe2
commit
ed42053a6c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user