From 3ee89adf9eaa4da333f052f279f1a148fccb5c09 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 7 Mar 2025 12:54:17 -0600 Subject: [PATCH] BIP119: appease typos linter --- bip-0119.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki index 72568c7a..93051a55 100644 --- a/bip-0119.mediawiki +++ b/bip-0119.mediawiki @@ -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 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 -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 compatibility with SIGHASH_GROUP type proposals and allow dynamic malleability of which indexes get hashed for bundling.