Spendable notes are now locked and 1159 seems to be an irrelevant upstream issue

This commit is contained in:
Duke
2025-08-22 05:43:21 -04:00
parent 90f00ac8a4
commit ae170e9899

View File

@@ -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_);