Update comment with ticket issue number

This commit is contained in:
Simon 2016-09-08 20:14:59 -07:00
parent 1eb8789789
commit dfc0080d06
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}