summaryrefslogtreecommitdiff
path: root/bip-0347.mediawiki
diff options
context:
space:
mode:
authorEthan Heilman <ethan.r.heilman@gmail.com>2024-04-29 21:04:15 -0400
committerGitHub <noreply@github.com>2024-04-29 21:04:15 -0400
commit3d78cc08863864d7caea85a229fb223dea25540f (patch)
treef76deacef79cc4c17dc2d123be873ba0e02df3c3 /bip-0347.mediawiki
parent1d5530443dd660dc090145061bc146d4c64ffab3 (diff)
downloadbips-3d78cc08863864d7caea85a229fb223dea25540f.tar.xz
Fixes typos
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
Diffstat (limited to 'bip-0347.mediawiki')
-rw-r--r--bip-0347.mediawiki2
1 files changed, 1 insertions, 1 deletions
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==