cleanups, fix AllSet

This commit is contained in:
Ethan Buchman
2015-05-21 15:51:57 -04:00
committed by Jae Kwon
parent b2282d5a39
commit d824e1b731
4 changed files with 33 additions and 16 deletions

View File

@ -782,7 +782,7 @@ func (vm *VM) call(caller, callee *Account, code, input []byte, value int64, gas
// Push result
if err != nil {
dbg.Printf("error on call: %s", err.Error())
dbg.Printf("error on call: %s\n", err.Error())
stack.Push(Zero256)
} else {
stack.Push(One256)