aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-05-12 14:15:42 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-05-13 11:44:30 +0200
commita01b92ad8672dcf4369ee9cf36a6b0157d73786c (patch)
tree1593287598b40c7e00db871f7bd961df43290b4f /doc/release-notes.md
parent8c5533c7a953e79b423b465905dbfaa45ad60a49 (diff)
downloadbitcoin-a01b92ad8672dcf4369ee9cf36a6b0157d73786c.tar.xz
doc: add release notes about removal of the `deprecatedrpc=softforks` flag
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md4
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.