File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ - A new RPC, ` submitpackage ` , has been added. It can be used to submit a list of raw hex
2+ transactions to the mempool to be evaluated as a package using consensus and mempool policy rules.
3+ These policies include package CPFP, allowing a child with high fees to bump a parent below the
4+ mempool minimum feerate (but not minimum relay feerate).
5+
6+ - Warning: successful submission does not mean the transactions will propagate throughout the
7+ network, as package relay is not supported.
8+
9+ - Not all features are available. The package is limited to a child with all of its
10+ unconfirmed parents, and no parent may spend the output of another parent. Also, package
11+ RBF is not supported. Refer to doc/policy/packages.md for more details on package policies
12+ and limitations.
13+
14+ - This RPC is experimental. Its interface may change.
You can’t perform that action at this time.
0 commit comments