good morning!!!!

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

VmDebug => StdVm

parent 9b509f64
No related merge requests found
......@@ -33,7 +33,7 @@ func (self *Execution) Call(codeAddr []byte, caller vm.ContextRef) ([]byte, erro
func (self *Execution) exec(code, contextAddr []byte, caller vm.ContextRef) (ret []byte, err error) {
env := self.env
evm := vm.New(env, vm.DebugVmTy)
evm := vm.New(env, vm.StdVmTy)
if env.Depth() == vm.MaxCallDepth {
caller.ReturnGas(self.Gas, self.price)
......
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