1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-06-25 01:18:59 +00:00

fix(ch6): replace "upgraded" with "introduced"

This commit is contained in:
Rishabh 2024-07-02 22:13:44 +05:30 committed by GitHub
parent 6d1c26e164
commit a0e51466a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ change to Bitcoin's consensus rules. BIP68 places additional
constraints on the sequence field, but those constraints only apply to constraints on the sequence field, but those constraints only apply to
transactions with version 2 or higher. Version 1 transactions are transactions with version 2 or higher. Version 1 transactions are
unaffected. BIP112, which was part of the same soft fork as BIP68, unaffected. BIP112, which was part of the same soft fork as BIP68,
upgraded an opcode (++OP_CHECKSEQUENCEVERIFY++), which will now fail if it is introduced an opcode (++OP_CHECKSEQUENCEVERIFY++), which will now fail if it is
evaluated as part of a transaction with a version less than 2. Beyond evaluated as part of a transaction with a version less than 2. Beyond
those two changes, version 2 transactions are identical to version 1 those two changes, version 2 transactions are identical to version 1
transactions. transactions.