We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deprecatedrpc=fees
1 parent 387ae8b commit 885694dCopy full SHA for 885694d
doc/release-notes.md
@@ -62,6 +62,13 @@ Updated RPCs
62
change that behaviour. Excluding coinbases was previously deprecated in 23.0.
63
(#25171)
64
65
+- The `deprecatedrpc=fees` configuration option has been removed. The top-level
66
+ fee fields `fee`, `modifiedfee`, `ancestorfees` and `descendantfees` are no
67
+ longer returned by RPCs `getmempoolentry`, `getrawmempool(verbose=true)`,
68
+ `getmempoolancestors(verbose=true)` and `getmempooldescendants(verbose=true)`.
69
+ The same fee fields can be accessed through the `fees` object in the result.
70
+ The top-level fee fields were previously deprecated in 23.0. (#25204)
71
+
72
Changes to wallet related RPCs can be found in the Wallet section below.
73
74
New RPCs
0 commit comments