From 3d78cc08863864d7caea85a229fb223dea25540f Mon Sep 17 00:00:00 2001 From: Ethan Heilman Date: Mon, 29 Apr 2024 21:04:15 -0400 Subject: Fixes typos Co-authored-by: Mark "Murch" Erhardt --- bip-0347.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0347.mediawiki') diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki index 3070d14..622d7b4 100644 --- a/bip-0347.mediawiki +++ b/bip-0347.mediawiki @@ -56,7 +56,7 @@ While the OP_SUCCESSx opcode upgrade path could enable us to increase the stack ==Backwards Compatibility== -OP_CAT usage in an non-tapscript script will continue to trigger the SCRIPT_ERR_DISABLED_OPCODE. The only change would be to OP_CAT usage in tapscript. This change to tapscript would be activated a soft fork that redefines an OP_SUCCESSx opcode (OP_SUCCESS126) to OP_CAT. +OP_CAT usage in a non-tapscript script will continue to trigger the SCRIPT_ERR_DISABLED_OPCODE. The only change would be to OP_CAT usage in tapscript. This change to tapscript would be activated as a soft fork that redefines an OP_SUCCESSx opcode (OP_SUCCESS126) to OP_CAT. ==Reference implementation== -- cgit v1.2.3