mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-13 11:09:16 +01:00
Better phrasing
Co-authored-by: kallewoof <kalle.alm@gmail.com>
This commit is contained in:
parent
9779dc9920
commit
c5d66d6706
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ When evaluated the OP_CAT instruction:
|
|||
# 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.
|
||||
OP_CAT fails if there are less than two values on the stack or if a concatenated value would have a combined size greater than the maximum script element size of 520 Bytes.
|
||||
|
||||
==Motivation==
|
||||
Bitcoin tapscript lacks a general purpose way of combining objects on the stack restricting the expressiveness and power of tapscript. For instance this prevents among many other things the ability to construct and evaluate merkle trees and other hashed data structures in tapscript. OP_CAT by adding a general purpose way to concatenate stack values would overcome this limitation and greatly increase the functionality of tapscript.
|
||||
|
|
Loading…
Add table
Reference in a new issue