doc: add release notes for removal of the -deprecatedrpc=addresses flag

This commit is contained in:
Michael Dietz 2021-08-25 08:06:10 -05:00
parent 2b1fdc2c6c
commit 43cd6b8af9
No known key found for this signature in database
GPG key ID: 737FD5CDF1D146B9

View file

@ -64,6 +64,12 @@ P2P and network changes
Updated RPCs
------------
- The `-deprecatedrpc=addresses` configuration option has been removed. RPCs
`gettxout`, `getrawtransaction`, `decoderawtransaction`, `decodescript`,
`gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`,
`/rest/block` no longer return the `addresses` and `reqSigs` fields, which
were previously deprecated in 22.0. (#22650)
New RPCs
--------