summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-12-14 16:41:38 +0000
committerGitHub <noreply@github.com>2018-12-14 16:41:38 +0000
commitc1459ff17aa68a7a6e724d6b3b08b6878266e538 (patch)
tree9a34d877dde0d65e5cc9a173b170c0e7a7324258
parent3fbc6afc0ece5680ba914bb0337ba1c7242822d7 (diff)
parentaf878ab42e8ca4ef1ffa74f7b500ec66e2d91d30 (diff)
downloadbips-c1459ff17aa68a7a6e724d6b3b08b6878266e538.tar.xz
Merge pull request #745 from harding/2018-12-bip125-clarify-rule-2
BIP125: rephrase rule 2 for clarity
-rw-r--r--bip-0125.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0125.mediawiki b/bip-0125.mediawiki
index f1e5349..7dfdcbe 100644
--- a/bip-0125.mediawiki
+++ b/bip-0125.mediawiki
@@ -51,7 +51,7 @@ 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 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 may only include an unconfirmed input if that input was included in one of the original transactions. (An unconfirmed input spends an output from a currently-unconfirmed transaction.)
# The replacement transaction pays an absolute fee of at least the sum paid by the original transactions.