0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Add release note for size 2 package rbf

This commit is contained in:
Greg Sanders 2024-06-12 09:53:19 -04:00
parent afd52d8e63
commit 94ed4fbf8e

6
doc/release-28984.md Normal file
View file

@ -0,0 +1,6 @@
P2P and network changes
-----------------------
- Limited package RBF is now enabled, where the proposed conflicting package would result in
a connected component, aka cluster, of size 2 in the mempool. All clusters being conflicted
against must be of size 2 or lower.