aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/vm_jit_fake.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/vm_jit_fake.go')
-rw-r--r--core/vm/vm_jit_fake.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/vm_jit_fake.go b/core/vm/vm_jit_fake.go
index b26cf1ad0..4fa98ccd9 100644
--- a/core/vm/vm_jit_fake.go
+++ b/core/vm/vm_jit_fake.go
@@ -22,5 +22,5 @@ import "fmt"
func NewJitVm(env Environment) VirtualMachine {
fmt.Printf("Warning! EVM JIT not enabled.\n")
- return New(env, nil)
+ return New(env, Config{})
}