@ -782,7 +782,7 @@ func (vm *VM) call(caller, callee *Account, code, input []byte, value int64, gas
// Push result
iferr!=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)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.