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

Fix typo in bip-0119

This commit is contained in:
Armin Sabouri 2025-02-13 11:00:13 -05:00 committed by GitHub
parent 3c7b0d6498
commit f5ff1d22b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -632,7 +632,7 @@ manipulation opcodes.
As an example, the following code checks an input index argument and As an example, the following code checks an input index argument and
concatenates it to the template and checks the template matches the transaction. concatenates it to the template and checks the template matches the transaction.
OP_SIZE 4 OP_EQUALVERIF OP_SIZE 4 OP_EQUALVERIFY
<nVersion || nLockTime || input count || sequences hash || output count || outputs hash> <nVersion || nLockTime || input count || sequences hash || output count || outputs hash>
OP_SWAP OP_CAT OP_SHA256 OP_CHECKTEMPLATEVERIFY OP_SWAP OP_CAT OP_SHA256 OP_CHECKTEMPLATEVERIFY