Skip to content

Commit 689a321

Browse files
committed
Merge bitcoin/bitcoin#33220: doc: truc packages allow sub min feerate transactions
7270839 doc: truc packages allow sub min feerate transactions (Pol Espinasa) Pull request description: Fixes bitcoin/bitcoin#32067 Some policy documentation is outdated since TRUC. This PR aims to update the documentation to the actual policy state. ACKs for top commit: w0xlt: reACK bitcoin/bitcoin@7270839 glozow: ACK 7270839 Tree-SHA512: 1272e7acc76c76d7e145cdd07827ece31253dba4b99b9a22fc986fcd538830e46392fda877736cb496f3e53a0abcb9d8403d439bb1da63b88da7f8b6f17b6c8b
2 parents ba0b430 + 7270839 commit 689a321

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)