diff options
author | glozow <gloriajzhao@gmail.com> | 2022-04-29 16:42:18 -0700 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2024-02-08 21:50:55 +0000 |
commit | 29029df5c700e6940c712028303761d91ae15847 (patch) | |
tree | 54f24c6c688d98380805a900069174eab973a31a /doc | |
parent | e643ea795e4b6fea4a6bbb3d72870ee6a4c836b1 (diff) |
[doc] v3 signaling in mempool-replacements.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/policy/mempool-replacements.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/policy/mempool-replacements.md b/doc/policy/mempool-replacements.md index b3c4239b73..96ab4112e2 100644 --- a/doc/policy/mempool-replacements.md +++ b/doc/policy/mempool-replacements.md @@ -11,7 +11,8 @@ their in-mempool descendants (together, "original transactions") if, in addition other consensus and policy rules, each of the following conditions are met: 1. The directly conflicting transactions all signal replaceability explicitly. A transaction is - signaling replaceability if any of its inputs have an nSequence number less than (0xffffffff - 1). + signaling BIP125 replaceability if any of its inputs have an nSequence number less than (0xffffffff - 1). + A transaction also signals replaceibility if its nVersion field is set to 3. *Rationale*: See [BIP125 explanation](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki#motivation). |