File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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+
102111New RPCs
103112--------
104113
You can’t perform that action at this time.
0 commit comments