mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add OP_SUBSTR_LAZY
This commit is contained in:
parent
9fea017cf6
commit
547d3a0c10
5 changed files with 29 additions and 3 deletions
|
|
@ -72,6 +72,7 @@ const char* GetOpName(opcodetype opcode)
|
|||
// splice ops
|
||||
case OP_CAT : return "OP_CAT";
|
||||
case OP_SUBSTR : return "OP_SUBSTR";
|
||||
case OP_SUBSTR_LAZY : return "OP_SUBSTR_LAZY";
|
||||
case OP_LEFT : return "OP_LEFT";
|
||||
case OP_RIGHT : return "OP_RIGHT";
|
||||
case OP_SIZE : return "OP_SIZE";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue