1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

fix(ch6): mention OP_CHECKSEQUENCEVERIFY repurposed OP_NOP3

This commit is contained in:
Rishabh 2024-07-02 22:56:48 +05:30 committed by GitHub
parent a0e51466a9
commit cf05a86d06
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,
introduced an opcode (++OP_CHECKSEQUENCEVERIFY++), which will now fail if it is repurposed OP_NOP3 to introduce a new 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.