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:
parent
bb725e6523
commit
9779dc9920
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user