diff --git a/pkg/vm/instructions.go b/pkg/vm/stack/instruction.go similarity index 99% rename from pkg/vm/instructions.go rename to pkg/vm/stack/instruction.go index 6a78f6a6a..1317a1e3e 100644 --- a/pkg/vm/instructions.go +++ b/pkg/vm/stack/instruction.go @@ -1,4 +1,4 @@ -package vm +package stack // Instruction represents a operation code in the neovm type Instruction byte