doc: add release notes about removal of the deprecatedrpc=softforks flag

This commit is contained in:
Sebastian Falbesoner 2022-05-12 14:15:42 +02:00
parent 8c5533c7a9
commit a01b92ad86

View file

@ -50,6 +50,10 @@ P2P and network changes
Updated RPCs
------------
- The `-deprecatedrpc=softforks` configuration option has been removed. The
RPC `getblockchaininfo` no longer returns the `softforks` field, which was
previously deprecated in 23.0. (#23508) Information on soft fork status is
now only available via the `getdeploymentinfo` RPC.
Changes to wallet related RPCs can be found in the Wallet section below.