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

BIP119: appease typos linter

This commit is contained in:
Jon Atack 2025-03-07 12:54:17 -06:00
parent 24b4354e64
commit 3ee89adf9e

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.