From cc59ac12a9619ead6d9993a2a586652dac8dd2d5 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 8 Sep 2016 13:25:08 -0700 Subject: [PATCH] Add ticket number to issues raised in comment. --- src/wallet/asyncrpcoperation_sendmany.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 938a9ebc6..26cbddd3b 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -120,9 +120,9 @@ void AsyncRPCOperation_sendmany::main() { } // Notes: -// 1. Currently there is no limit set on the number of joinsplits, so size of tx could be invalid. -// 2. Note selection is not optimal -// 3. Spendable notes are not locked, so an operation running in parallel could also try to use them +// 1. #1159 Currently there is no limit set on the number of joinsplits, so size of tx could be invalid. +// 2. #1360 Note selection is not optimal +// 3. #1277 Spendable notes are not locked, so an operation running in parallel could also try to use them bool AsyncRPCOperation_sendmany::main_impl() { bool isSingleZaddrOutput = (t_outputs_.size()==0 && z_outputs_.size()==1);