aboutsummaryrefslogtreecommitdiff
path: root/doc/policy
diff options
context:
space:
mode:
authorGreg Sanders <gsanders87@gmail.com>2024-06-17 13:50:23 -0400
committerGreg Sanders <gsanders87@gmail.com>2024-06-18 09:30:30 -0400
commitff4558d441f377a372647972d35b5476b94579c9 (patch)
treea60676f87a96ef9a11cb1813e99ba2a611cf9326 /doc/policy
parentde669a883bf65c576cc596b20a576d7bb1618182 (diff)
doc: reword package RBF documentation
Diffstat (limited to 'doc/policy')
-rw-r--r--doc/policy/packages.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/policy/packages.md b/doc/policy/packages.md
index e8295ed4d7..9b321799f1 100644
--- a/doc/policy/packages.md
+++ b/doc/policy/packages.md
@@ -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).