aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-05-25 02:15:56 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-05-27 17:29:06 +0200
commit885694d7941ccb601388bc8412ac1df182785ef8 (patch)
treec4a8ad461fd9ac271c2e4b9006a3260b0fd43862
parent387ae8bc09ac211af4a4e45ea4ff22518d541d0b (diff)
downloadbitcoin-885694d7941ccb601388bc8412ac1df182785ef8.tar.xz
doc: add release note about removal of `deprecatedrpc=fees` flag
-rw-r--r--doc/release-notes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 5598f7c353..35f0713879 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -62,6 +62,13 @@ Updated RPCs
change that behaviour. Excluding coinbases was previously deprecated in 23.0.
(#25171)
+- The `deprecatedrpc=fees` configuration option has been removed. The top-level
+ fee fields `fee`, `modifiedfee`, `ancestorfees` and `descendantfees` are no
+ longer returned by RPCs `getmempoolentry`, `getrawmempool(verbose=true)`,
+ `getmempoolancestors(verbose=true)` and `getmempooldescendants(verbose=true)`.
+ The same fee fields can be accessed through the `fees` object in the result.
+ The top-level fee fields were previously deprecated in 23.0. (#25204)
+
Changes to wallet related RPCs can be found in the Wallet section below.
New RPCs