doc: move errant release note to doc/

This commit is contained in:
fanquake
2023-01-12 09:28:34 +00:00
parent fbe5e1220a
commit c28d461834

View File

@@ -0,0 +1,8 @@
JSON-RPC
--------
The `testmempoolaccept` RPC now returns 2 additional results within the "fees" result:
"effective-feerate" is the feerate including fees and sizes of transactions validated together if
package validation was used, and also includes any modified fees from prioritisetransaction. The
"effective-includes" result lists the wtxids of transactions whose modified fees and sizes were used
in the effective-feerate (#26646).