mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
rm comment on disabled CAT opcode
This commit is contained in:
parent
799dc0c96d
commit
2cec73a5b4
@ -14,7 +14,6 @@
|
|||||||
==Abstract==
|
==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 (the opcode 0x7e).
|
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).
|
||||||
Note that the currently disabled opcode also uses `0x7e` in a non-tapscript context and will continue to be disabled.
|
|
||||||
|
|
||||||
When evaluated the OP_CAT instruction:
|
When evaluated the OP_CAT instruction:
|
||||||
# Pops the top two values off the stack,
|
# Pops the top two values off the stack,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user