Commit 315d6528 authored by obscuren's avatar obscuren

Removed comment

parent d15952c8
......@@ -688,7 +688,6 @@ func (vm *Vm) RunClosure(closure *Closure) (ret []byte, err error) {
// Create a new callable closure
closure := NewClosure(closure, stateObject, stateObject.script, vm.state, gas, closure.Price)
// Executer the closure and get the return value (if any)
//ret, _, err := closure.Call(vm, args, hook)
ret, err, _ := Call(vm, closure, args)
if err != nil {
stack.Push(ethutil.BigFalse)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment