mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 21:35:13 +01:00
revert changes to abstract
This commit is contained in:
parent
2cec73a5b4
commit
5dde7ea5cf
@ -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 (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 (126 in decimal and 0x7e in hexidecimal). This is same opcode value used by the original OP_CAT.
|
||||
|
||||
When evaluated the OP_CAT instruction:
|
||||
# Pops the top two values off the stack,
|
||||
|
Loading…
Reference in New Issue
Block a user