Fix bug where call to sign and send a transaction was in wrong scope.
This commit is contained in:
@@ -589,11 +589,10 @@ bool AsyncRPCOperation_sendmany::main_impl() {
|
|||||||
|
|
||||||
obj = perform_joinsplit(info, witnesses, jsAnchor);
|
obj = perform_joinsplit(info, witnesses, jsAnchor);
|
||||||
}
|
}
|
||||||
|
|
||||||
sign_send_raw_transaction(obj);
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sign_send_raw_transaction(obj);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user