1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

Keeps past tense consistant

Co-authored-by: kallewoof <kalle.alm@gmail.com>
This commit is contained in:
Ethan Heilman 2023-12-14 23:44:14 -05:00 committed by GitHub
parent bb725e6523
commit 9779dc9920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
# 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.
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.