diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-19 16:23:49 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-19 16:42:50 +0200 |
commit | a4703ce9d79855ac0bd7dc07b71a51245f9aa5f8 (patch) | |
tree | 8faf9b8e42a2a827456ac2695141adde17a66f96 /doc/release-notes.md | |
parent | ef0aa74836c4339aa7f14fc1c9583d86dd5c388a (diff) |
doc: add release notes about removal of the `deprecatedrpc=exclude_coinbase`
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index f9e712ed8d..ebccd4d6fa 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -55,6 +55,13 @@ Updated RPCs previously deprecated in 23.0. (#23508) Information on soft fork status is now only available via the `getdeploymentinfo` RPC. +- The `deprecatedrpc=exclude_coinbase` configuration option has been removed. + The `receivedby` RPCs (`listreceivedbyaddress`, `listreceivedbylabel`, + `getreceivedbyaddress` and `getreceivedbylabel`) now always return results + accounting for received coins from coinbase outputs, without an option to + change that behaviour. Excluding coinbases was previously deprecated in 23.0. + (#25171) + Changes to wallet related RPCs can be found in the Wallet section below. New RPCs |