1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #1004 from prayank23/bip125-backwardscompatibility

BIP 125: Change 'Client support' to 'Backwards compatibility'
This commit is contained in:
Luke Dashjr 2021-03-03 06:02:51 +00:00 committed by GitHub
commit 333fc69ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,13 +171,9 @@ Actual replacement may be unreliable until two conditions have been satisfied:
# Enough hash rate has upgraded to support replacement, allowing for reasonable probability that a replacement can be mined. # Enough hash rate has upgraded to support replacement, allowing for reasonable probability that a replacement can be mined.
==Client support== ==Backwards compatibility==
No known wallet currently creates transactions by default with At the time opt-in RBF support was added/proposed, no known wallet created transactions by default with nSequence set below (0xffffffff - 1), so no known wallet explicitly signaled replaceability by default. Also no known popular wallet spent other users' unconfirmed transactions by default, so no known wallets signaled inherited replaceability.
nSequence set below (0xffffffff - 1), so no known existing wallet
explicitly signals replaceability by default. No known popular wallet
spends other users' unconfirmed transactions by default, so no known
existing wallets signals inherited replaceability.
==See also== ==See also==