Skip to content

Commit 07ade7d

Browse files
committed
doc: add release note for fee field deprecation
1 parent 2ee406c commit 07ade7d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ Updated RPCs
9999
causes the lock to be written persistently to the wallet database. This
100100
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
101101

102+
- The top-level fee fields `fee`, `modifiedfee`, `ancestorfees` and `descendantfees`
103+
returned by RPCs `getmempoolentry`,`getrawmempool(verbose=true)`,
104+
`getmempoolancestors(verbose=true)` and `getmempooldescendants(verbose=true)`
105+
are deprecated and will be removed in the next major version (use
106+
`-deprecated=fees` if needed in this version). The same fee fields can be accessed
107+
through the `fees` object in the result. WARNING: deprecated
108+
fields `ancestorfees` and `descendantfees` are denominated in sats, whereas all
109+
fields in the `fees` object are denominated in BTC. (#22689)
110+
102111
New RPCs
103112
--------
104113

0 commit comments

Comments
 (0)