mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
doc: reword package RBF documentation
This commit is contained in:
parent
de669a883b
commit
ff4558d441
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@ The following rules are enforced for all packages:
|
|||
|
||||
* Only limited package replacements are currently considered. (#28984)
|
||||
|
||||
- All direct conflicts must signal replacement (or have `-mempoolfullrbf=1` set).
|
||||
- All direct conflicts must signal replacement (or the node must have `-mempoolfullrbf=1` set).
|
||||
|
||||
- Packages are 1-parent-1-child, with no in-mempool ancestors of the package.
|
||||
|
||||
- All conflicting clusters(connected components of mempool transactions) must be clusters of up to size 2.
|
||||
- All conflicting clusters (connected components of mempool transactions) must be clusters of up to size 2.
|
||||
|
||||
- No more than MAX_REPLACEMENT_CANDIDATES transactions can be replaced, analogous to
|
||||
regular [replacement rule](./mempool-replacements.md) 5).
|
||||
|
|
Loading…
Add table
Reference in a new issue