Skip to content

Commit ba84a25

Browse files
committed
[doc] update mempool-replacements.md for incremental relay feerate change
1 parent 18720bc commit ba84a25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/policy/mempool-replacements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ other consensus and policy rules, each of the following conditions are met:
3232
4. The additional fees (difference between absolute fee paid by the replacement transaction and the
3333
sum paid by the original transactions) pays for the replacement transaction's bandwidth at or
3434
above the rate set by the node's incremental relay feerate. For example, if the incremental relay
35-
feerate is 1 satoshi/vB and the replacement transaction is 500 virtual bytes total, then the
36-
replacement pays a fee at least 500 satoshis higher than the sum of the original transactions.
35+
feerate is 0.1 satoshi/vB and the replacement transaction is 500 virtual bytes total, then the
36+
replacement pays a fee at least 50 satoshis higher than the sum of the original transactions.
3737

3838
*Rationale*: Try to prevent DoS attacks where an attacker causes the network to repeatedly relay
3939
transactions each paying a tiny additional amount in fees, e.g. just 1 satoshi.
@@ -77,3 +77,5 @@ This set of rules is similar but distinct from BIP125.
7777
* Full replace-by-fee is the default policy as of **v28.0** ([PR #30493](https://github.com/bitcoin/bitcoin/pull/30493)).
7878

7979
* Signaling for replace-by-fee is no longer required as of [PR 30592](https://github.com/bitcoin/bitcoin/pull/30592).
80+
81+
* The incremental relay feerate default is 0.1sat/vB ([PR #33106](https://github.com/bitcoin/bitcoin/pull/33106)).

0 commit comments

Comments
 (0)