From ae170e9899d209cbef50123b69a3d2166ef58911 Mon Sep 17 00:00:00 2001 From: Duke Date: Fri, 22 Aug 2025 05:43:21 -0400 Subject: [PATCH] Spendable notes are now locked and 1159 seems to be an irrelevant upstream issue --- 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 2eb089c66..5d23d75f6 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -206,8 +206,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. #1277 Spendable notes are not locked, so an operation running in parallel could also try to use them +// 1. Currently there is no limit set on the number of shielded spends, so size of tx could be invalid. bool AsyncRPCOperation_sendmany::main_impl() { assert(isfromtaddr_ != isfromzaddr_);