mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
[doc] release note effective-feerate and effective-includes RPC results
No release note for submitpackage because it is regtest-only.
This commit is contained in:
parent
5eab397b98
commit
da484bc738
1 changed files with 8 additions and 0 deletions
8
release-notes-26646.md
Normal file
8
release-notes-26646.md
Normal 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).
|
Loading…
Add table
Reference in a new issue