diff options
author | Ethan Heilman <ethan.r.heilman@gmail.com> | 2023-12-29 18:29:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 18:29:00 -0500 |
commit | 82fe9fc3dba07d51533dbce4de4b5eb58ddbed55 (patch) | |
tree | b8f9cca94f0ca3bc8fd2c1997fc47121d61e4d85 /bip-???-cat.mediawiki | |
parent | e91621efcee811056ff916a740cce651ad485de7 (diff) |
specify the hex value of the opcode
Diffstat (limited to 'bip-???-cat.mediawiki')
-rw-r--r-- | bip-???-cat.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-???-cat.mediawiki b/bip-???-cat.mediawiki index 8efe002..6ae466e 100644 --- a/bip-???-cat.mediawiki +++ b/bip-???-cat.mediawiki @@ -13,7 +13,7 @@ ==Abstract== -This BIP reintroduces OP_CAT in the form of a new tapscript opcode which allows the concatenation of two values on the stack. This opcode would be activated via a soft fork by redefining the opcode OP_SUCCESS126. +This BIP reintroduces OP_CAT in the form of a new tapscript opcode which allows the concatenation of two values on the stack. This opcode would be activated via a soft fork by redefining the opcode OP_SUCCESS126 (the opcode 0x7e). When evaluated the OP_CAT instruction: # Pops the top two values off the stack, |