diff options
author | furszy <matiasfurszyfer@protonmail.com> | 2022-07-28 10:25:29 -0300 |
---|---|---|
committer | furszy <matiasfurszyfer@protonmail.com> | 2022-10-29 08:45:12 -0300 |
commit | f0f6a3577bef2e9ebd084fe35850e4e9580128a9 (patch) | |
tree | 78a0f7490a89aaebfca43e63ced8fa82c2aeae92 /doc/release-notes-25730.md | |
parent | 4f270d2b63913b86c4366756031c5003837075d6 (diff) |
RPC: listunspent, add "include immature coinbase" flag
so we can return the immature coinbase UTXOs as well.
Diffstat (limited to 'doc/release-notes-25730.md')
-rw-r--r-- | doc/release-notes-25730.md | 6 |
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 |