diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-12 14:15:42 +0200 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-05-13 11:44:30 +0200 |
commit | a01b92ad8672dcf4369ee9cf36a6b0157d73786c (patch) | |
tree | 1593287598b40c7e00db871f7bd961df43290b4f /doc/release-notes.md | |
parent | 8c5533c7a953e79b423b465905dbfaa45ad60a49 (diff) |
doc: add release notes about removal of the `deprecatedrpc=softforks` flag
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 8462714898..f9e712ed8d 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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. |