good morning!!!!

Skip to content
Snippets Groups Projects
Commit bb503869 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Corrected package ....

parent 65cdb343
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ func (self *StateTransition) Eval(msg *ethstate.Message, script []byte, context
)
//vm := ethvm.New(env, ethvm.Type(ethutil.Config.VmType))
vm := ethutil.New(env, ethvm.DebugVmTy)
vm := ethvm.New(env, ethvm.DebugVmTy)
ret, _, err = callerClosure.Call(vm, self.tx.Data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment