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:
parent
a0e51466a9
commit
cf05a86d06
@ -100,7 +100,7 @@ change to Bitcoin's consensus rules. BIP68 places additional
|
||||
constraints on the sequence field, but those constraints only apply to
|
||||
transactions with version 2 or higher. Version 1 transactions are
|
||||
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
|
||||
those two changes, version 2 transactions are identical to version 1
|
||||
transactions.
|
||||
|
Loading…
Reference in New Issue
Block a user