diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 5823485c..98050abb 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -671,7 +671,7 @@ void AsyncRPCOperation_sendmany::sign_send_raw_transaction(Object obj) Value completeValue = find_value(signResultObject, "complete"); bool complete = completeValue.get_bool(); if (!complete) { - // TODO: Maybe get "errors" and print array vErrors into a string + // TODO: #1366 Maybe get "errors" and print array vErrors into a string throw JSONRPCError(RPC_WALLET_ENCRYPTION_FAILED, "Failed to sign transaction"); }