mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-12 00:01:59 -04:00
Fix bug where call to sign and send a transaction was in wrong scope.
This commit is contained in:
parent
3fd5a615ac
commit
c93d8bdf9c
@ -589,11 +589,10 @@ bool AsyncRPCOperation_sendmany::main_impl() {
|
||||
|
||||
obj = perform_joinsplit(info, witnesses, jsAnchor);
|
||||
}
|
||||
|
||||
sign_send_raw_transaction(obj);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
sign_send_raw_transaction(obj);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user