You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
v:=ctx.Input[binary.Word256Bytes : 2*binary.Word256Bytes]
if!binary.IsZeros(v[:len(v)-1]) {
returnnil, fmt.Errorf("ecrecover: recovery ID is larger than one byte")
}
// Copy in v to first element of sigsig[0] =v[len(v)-1]
// Copy in r, scopy(sig[1:], ctx.Input[2*binary.Word256Bytes:4*binary.Word256Bytes])
Technical Details
Burrow Version (docker image tag or branch if built from source)