mirror of
https://github.com/bitcoin/bips.git
synced 2025-09-28 06:57:18 +02:00
Keeps past tense consistant
Co-authored-by: kallewoof <kalle.alm@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ This BIP reintroduces OP_CAT in the form of a new tapscript opcode which allows
|
|||||||
|
|
||||||
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,
|
||||||
# concatenate the popped values together,
|
# concatenates the popped values together,
|
||||||
# and then pushes the concatenated value on the top of the stack.
|
# and then pushes the concatenated value on the top of the stack.
|
||||||
|
|
||||||
OP_CAT fails if there are less than two values on the stack or if a concatenated value would have a combined size of greater than the maximum script element size of 520 Bytes.
|
OP_CAT fails if there are less than two values on the stack or if a concatenated value would have a combined size of greater than the maximum script element size of 520 Bytes.
|
||||||
|
Reference in New Issue
Block a user