aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfurszy <matiasfurszyfer@protonmail.com>2022-07-28 10:25:29 -0300
committerfurszy <matiasfurszyfer@protonmail.com>2022-10-29 08:45:12 -0300
commitf0f6a3577bef2e9ebd084fe35850e4e9580128a9 (patch)
tree78a0f7490a89aaebfca43e63ced8fa82c2aeae92 /doc
parent4f270d2b63913b86c4366756031c5003837075d6 (diff)
downloadbitcoin-f0f6a3577bef2e9ebd084fe35850e4e9580128a9.tar.xz
RPC: listunspent, add "include immature coinbase" flag
so we can return the immature coinbase UTXOs as well.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-25730.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-25730.md b/doc/release-notes-25730.md
new file mode 100644
index 0000000000..33393cf314
--- /dev/null
+++ b/doc/release-notes-25730.md
@@ -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) \ No newline at end of file