forked from cerc-io/plugeth
Corrected package ....
This commit is contained in:
parent
65cdb3436e
commit
bb5038699e
@ -271,7 +271,7 @@ func (self *StateTransition) Eval(msg *ethstate.Message, script []byte, context
|
|||||||
)
|
)
|
||||||
|
|
||||||
//vm := ethvm.New(env, ethvm.Type(ethutil.Config.VmType))
|
//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)
|
ret, _, err = callerClosure.Call(vm, self.tx.Data)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user