From 46070c65fd94fca4118b7f6ec9251dda1722de04 Mon Sep 17 00:00:00 2001 From: Duke Date: Fri, 30 May 2025 13:56:38 -0400 Subject: [PATCH] Remove comment which is no longer correct, z_mergetoaddress has locked notes for a long time now --- src/wallet/asyncrpcoperation_mergetoaddress.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_mergetoaddress.cpp b/src/wallet/asyncrpcoperation_mergetoaddress.cpp index c2784d5a2..6c8975b23 100644 --- a/src/wallet/asyncrpcoperation_mergetoaddress.cpp +++ b/src/wallet/asyncrpcoperation_mergetoaddress.cpp @@ -182,7 +182,6 @@ void AsyncRPCOperation_mergetoaddress::main() // Notes: // 1. #1359 Currently there is no limit set on the number of inputs+outputs, 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. bool AsyncRPCOperation_mergetoaddress::main_impl() { assert(isToTaddr_ != isToZaddr_);