From dfc0080d06e7b4abe684ec5f4b6ec358367b61b7 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 8 Sep 2016 20:14:59 -0700 Subject: [PATCH] Update comment with ticket issue number --- src/wallet/asyncrpcoperation_sendmany.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }