vm: reorder splice opcodes

This commit is contained in:
Evgenii Stratonikov 2020-05-07 15:42:13 +03:00
parent 2cec088f08
commit a6271f6bf2
2 changed files with 12 additions and 12 deletions

View file

@ -99,10 +99,10 @@ const (
FROMALTSTACK Opcode = 0x6C
// Splice
CAT Opcode = 0x7E
SUBSTR Opcode = 0x7F
LEFT Opcode = 0x80
RIGHT Opcode = 0x81
CAT Opcode = 0x8B
SUBSTR Opcode = 0x8C
LEFT Opcode = 0x8D
RIGHT Opcode = 0x8E
// Bitwise logic
INVERT Opcode = 0x90