Skip to content

Commit cedf553

Browse files
committed
Slight clarification for replacement implementation
1 parent 04875c6 commit cedf553

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bip-0125.mediawiki

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ transaction) that spends one or more of the same inputs if,
5151

5252
# The original transactions signal replaceability explicitly or through inheritance as described in the above Summary section.
5353
54-
# The replacement transaction pays an absolute higher fee than the sum paid by the original transactions.
55-
5654
# The replacement transaction does not contain any new unconfirmed inputs that did not previously appear in the mempool. (Unconfirmed inputs are inputs spending outputs from currently unconfirmed transactions.)
5755
58-
# The replacement transaction must pay for its own bandwidth in addition to the amount paid by the original transactions at or above the rate set by the node's minimum relay fee setting. For example, if the minimum relay fee is 1 satoshi/byte and the replacement transaction is 500 bytes total, then the replacement must pay a fee at least 500 satoshis higher than the sum of the originals.
56+
# The replacement transaction pays an absolute fee of at least the sum paid by the original transactions.
57+
58+
# The replacement transaction must also pay for its own bandwidth at or above the rate set by the node's minimum relay fee setting. For example, if the minimum relay fee is 1 satoshi/byte and the replacement transaction is 500 bytes total, then the replacement must pay a fee at least 500 satoshis higher than the sum of the originals.
5959
6060
# The number of original transactions to be replaced and their descendant transactions which will be evicted from the mempool must not exceed a total of 100 transactions.
6161

0 commit comments

Comments
 (0)