mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
Removed comment
This commit is contained in:
parent
d15952c867
commit
315d65280b
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue