specify the hex value of the opcode

This commit is contained in:
Ethan Heilman
2023-12-29 18:29:00 -05:00
committed by GitHub
parent e91621efce
commit 82fe9fc3db

View File

@@ -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,