Skip to content

Commit 7270839

Browse files
committed
doc: truc packages allow sub min feerate transactions
1 parent f58de87 commit 7270839

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/policy/packages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ rejected from the mempool when transaction volume is high and the mempool minimu
116116
Note: Package feerate cannot be used to meet the minimum relay feerate (`-minrelaytxfee`)
117117
requirement. For example, if the mempool minimum feerate is 5sat/vB and the minimum relay feerate is
118118
set to 5sat/vB, a 1sat/vB parent transaction with a high-feerate child will not be accepted, even if
119-
submitted as a package.
119+
submitted as a package. Note that this rule does not apply to
120+
[TRUC transactions](https://github.com/bitcoin/bips/blob/master/bip-0431.mediawiki) as an individual
121+
TRUC transaction is permitted to be below the mempool min relay feerate, assuming it is considered within
122+
a package that meets the mempool's feerate requirements.
120123

121124
*Rationale*: Avoid situations in which the mempool contains non-bumped transactions below min relay
122125
feerate (which we consider to have pay 0 fees and thus receiving free relay). While package

0 commit comments

Comments
 (0)