diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 64bf0d300..1aa408429 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -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; }