Skip to content

Commit 885694d

Browse files
committed
doc: add release note about removal of deprecatedrpc=fees flag
1 parent 387ae8b commit 885694d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ Updated RPCs
6262
change that behaviour. Excluding coinbases was previously deprecated in 23.0.
6363
(#25171)
6464

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+
6572
Changes to wallet related RPCs can be found in the Wallet section below.
6673

6774
New RPCs

0 commit comments

Comments
 (0)