Skip to content

Commit 29029df

Browse files
committed
[doc] v3 signaling in mempool-replacements.md
1 parent e643ea7 commit 29029df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/policy/mempool-replacements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ their in-mempool descendants (together, "original transactions") if, in addition
1111
other consensus and policy rules, each of the following conditions are met:
1212

1313
1. The directly conflicting transactions all signal replaceability explicitly. A transaction is
14-
signaling replaceability if any of its inputs have an nSequence number less than (0xffffffff - 1).
14+
signaling BIP125 replaceability if any of its inputs have an nSequence number less than (0xffffffff - 1).
15+
A transaction also signals replaceibility if its nVersion field is set to 3.
1516

1617
*Rationale*: See [BIP125
1718
explanation](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki#motivation).

0 commit comments

Comments
 (0)