Skip to content

Commit f9e100e

Browse files
authored
Notes that the opcode used is the same as the original cat opcode
1 parent 82fe9fc commit f9e100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-???-cat.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
==Abstract==
1515

16-
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).
16+
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 (126 in decimal and 0x7e in hexidecimal). This is same opcode value used by the original OP_CAT.
1717

1818
When evaluated the OP_CAT instruction:
1919
# Pops the top two values off the stack,

0 commit comments

Comments
 (0)