RPC: listunspent, add "include immature coinbase" flag

so we can return the immature coinbase UTXOs as well.
This commit is contained in:
furszy
2022-07-28 10:25:29 -03:00
parent 4f270d2b63
commit f0f6a3577b
5 changed files with 32 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
RPC Wallet
----------
- RPC `listunspent` now has a new argument `include_immature_coinbase`
to include coinbase UTXOs that don't meet the minimum spendability
depth requirement (which before were silently skipped). (#25730)