summaryrefslogtreecommitdiff
path: root/bip-0125.mediawiki
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2017-01-13 11:08:26 -0500
committerGregory Sanders <gsanders87@gmail.com>2017-01-13 12:33:33 -0500
commitcedf5531847d3051de3da937e8b7540dc890df5c (patch)
tree3c5ecc2a5af3ae01d53e93feee519f66fa50e133 /bip-0125.mediawiki
parent04875c6d6e6c066377b14f056159a65e2db00254 (diff)
downloadbips-cedf5531847d3051de3da937e8b7540dc890df5c.tar.xz
Slight clarification for replacement implementation
Diffstat (limited to 'bip-0125.mediawiki')
-rw-r--r--bip-0125.mediawiki6
1 files changed, 3 insertions, 3 deletions
diff --git a/bip-0125.mediawiki b/bip-0125.mediawiki
index a4b0279..b2e3cec 100644
--- a/bip-0125.mediawiki
+++ b/bip-0125.mediawiki
@@ -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.