Please describe the feature you’d like to see added.
Currently removeprunedfunds only takes a single txid, however the underlying CWallet::RemoveTxs
takes an array. I am trying to clean up some wallets, and each individual removeprunedfunds call is very slow. So it’d be a lot better to just be able to pass in all the transactions at once
Is your feature related to a problem, if so please describe it.
No response
Describe the solution you’d like
No response
Describe any alternatives you’ve considered
No response
Please leave any additional context
No response