Skip to content

Commit

Permalink
Notes that the opcode used is the same as the original cat opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHeilman authored Jan 7, 2024
1 parent 82fe9fc commit f9e100e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-???-cat.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f9e100e

Please sign in to comment.