Reflect changes to the eth/vm
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"path"
|
||||
|
||||
"github.com/ethereum/eth-go/ethlog"
|
||||
"github.com/ethereum/eth-go/ethvm"
|
||||
"github.com/ethereum/eth-go/vm"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -95,7 +95,7 @@ func Init() {
|
||||
|
||||
flag.Parse()
|
||||
|
||||
if VmType >= int(ethvm.MaxVmTy) {
|
||||
if VmType >= int(vm.MaxVmTy) {
|
||||
log.Fatal("Invalid VM type ", VmType)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user