From 4fde93960ba833eca0bdf3e17d64131edb79b87c Mon Sep 17 00:00:00 2001 From: Duke Date: Sat, 31 May 2025 10:09:24 -0400 Subject: [PATCH] Upstream zec issue 1360 is mostly about sprout and sending to taddrs, which is not relevant --- src/wallet/asyncrpcoperation_sendmany.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 03507c7d5..349e2e010 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -199,8 +199,7 @@ void AsyncRPCOperation_sendmany::main() { // Notes: // 1. #1159 Currently there is no limit set on the number of shielded spends, 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 +// 2. #1277 Spendable notes are not locked, so an operation running in parallel could also try to use them bool AsyncRPCOperation_sendmany::main_impl() { assert(isfromtaddr_ != isfromzaddr_);