Skip to content

Commit

Permalink
Merge pull request bitcoin#488 from instagibbs/rbffixup
Browse files Browse the repository at this point in the history
Slight clarification for replacement implementation
  • Loading branch information
luke-jr committed Nov 6, 2017
2 parents 3f6f1f8 + cedf553 commit 35ca008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bip-0125.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ transaction) that spends one or more of the same inputs if,

# The original transactions signal replaceability explicitly or through inheritance as described in the above Summary section.
# The replacement transaction pays an absolute higher fee than the sum paid by the original transactions.
# 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.)
# 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.
# The replacement transaction pays an absolute fee of at least the sum paid by the original transactions.
# 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.
# 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.
Expand Down

0 comments on commit 35ca008

Please sign in to comment.