diff --git a/pkg/vm/state.go b/pkg/vm/state.go index 64db70f2f..98c5cc912 100644 --- a/pkg/vm/state.go +++ b/pkg/vm/state.go @@ -3,6 +3,7 @@ package vm //Vmstate represents all possible states that the neo-vm can be in type Vmstate byte +// List of possible vm states const ( NONE = 0 HALT = 1 << 0