vm: move ISNULL opcode

Change it according to NEO3-preview2.
This commit is contained in:
Evgenii Stratonikov 2020-04-27 09:12:00 +03:00
parent aa8d4d2f57
commit dca257f584
2 changed files with 75 additions and 76 deletions

View file

@ -73,8 +73,6 @@ const (
SYSCALL Opcode = 0x68
TAILCALL Opcode = 0x69
ISNULL Opcode = 0x70
// Stack
DUPFROMALTSTACK Opcode = 0x6A
TOALTSTACK Opcode = 0x6B
@ -163,6 +161,7 @@ const (
CLEARITEMS Opcode = 0xD3
// Types
ISNULL Opcode = 0xD8
ISTYPE Opcode = 0xD9
// Exceptions