mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
golint
This commit is contained in:
parent
5e26b40b5e
commit
98096f6c20
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ package vm
|
||||||
//Vmstate represents all possible states that the neo-vm can be in
|
//Vmstate represents all possible states that the neo-vm can be in
|
||||||
type Vmstate byte
|
type Vmstate byte
|
||||||
|
|
||||||
|
// List of possible vm states
|
||||||
const (
|
const (
|
||||||
NONE = 0
|
NONE = 0
|
||||||
HALT = 1 << 0
|
HALT = 1 << 0
|
||||||
|
|
Loading…
Reference in a new issue