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

Merge pull request #1784 from jonatack/2025-03-appease-typos-linter-in-BIP119

BIP119: appease typos linter
This commit is contained in:
Jon Atack 2025-03-07 12:46:53 -08:00 committed by GitHub
commit a9e0745a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -591,7 +591,7 @@ OP_CHECKTEMPLATEVERIFY currently only verifies properties of 32 byte arguments.
In the future, meaning could be ascribed to other length arguments. For In the future, meaning could be ascribed to other length arguments. For
example, a 33-byte argument could just the last byte as a control program. In example, a 33-byte argument could just the last byte as a control program. In
that case, DefaultCheckTemplateVerifyHash could be computed when the flag byte that case, DefaultCheckTemplateVerifyHash could be computed when the flag byte
is set to CTVHASH_ALL. Other programs could be added similar to SIGHASH_TYPEs. is set to CTVHASH_ALL. Other programs could be added similar to a SIGHASH_TYPE.
For example, CTVHASH_GROUP could read data from the Taproot Annex for For example, CTVHASH_GROUP could read data from the Taproot Annex for
compatibility with SIGHASH_GROUP type proposals and allow dynamic malleability compatibility with SIGHASH_GROUP type proposals and allow dynamic malleability
of which indexes get hashed for bundling. of which indexes get hashed for bundling.