core/vm, tests: implemented semi-jit vm
* changed stack and removed stack ptr. Let go decide on slice reuse.
This commit is contained in:
@ -94,7 +94,7 @@ func ecrecoverFunc(in []byte) []byte {
|
||||
v := byte(vbig.Uint64())
|
||||
|
||||
if !crypto.ValidateSignatureValues(v, r, s) {
|
||||
glog.V(logger.Error).Infof("EC RECOVER FAIL: v, r or s value invalid")
|
||||
glog.V(logger.Debug).Infof("EC RECOVER FAIL: v, r or s value invalid")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user