mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
[doc] v3 signaling in mempool-replacements.md
This commit is contained in:
parent
e643ea795e
commit
29029df5c7
1 changed files with 2 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue