This commit is contained in:
BlockChainDev 2019-03-17 18:31:58 +00:00
parent 5e26b40b5e
commit 98096f6c20

View file

@ -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