File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,10 @@ rejected from the mempool when transaction volume is high and the mempool minimu
116
116
Note: Package feerate cannot be used to meet the minimum relay feerate (` -minrelaytxfee ` )
117
117
requirement. For example, if the mempool minimum feerate is 5sat/vB and the minimum relay feerate is
118
118
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.
120
123
121
124
* Rationale* : Avoid situations in which the mempool contains non-bumped transactions below min relay
122
125
feerate (which we consider to have pay 0 fees and thus receiving free relay). While package
You can’t perform that action at this time.
0 commit comments