Update vm_debug.go

This commit is contained in:
obscuren 2014-11-18 12:03:51 +01:00
parent 3220a32ff0
commit 34f29d57b6

View File

@ -805,7 +805,6 @@ func (self *DebugVm) RunClosure(closure *Closure) (ret []byte, err error) {
stack.Push(closure.Gas)
// 0x60 range
case CREATE:
var (
err error
value = stack.Pop()