mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Corrected package ....
This commit is contained in:
parent
65cdb3436e
commit
bb5038699e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue