mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update contracts.go
This commit is contained in:
parent
15d76a3346
commit
e63a028c35
1 changed files with 4 additions and 0 deletions
|
|
@ -762,6 +762,10 @@ var (
|
|||
errBLS12381InvalidFieldElementTopBytes = errors.New("invalid field element top bytes")
|
||||
errBLS12381G1PointSubgroup = errors.New("g1 point is not on correct subgroup")
|
||||
errBLS12381G2PointSubgroup = errors.New("g2 point is not on correct subgroup")
|
||||
// SYSCOIN
|
||||
errDataHashInvalidInputLength = errors.New("invalid version hash length")
|
||||
errNEVMAddressInvalidInputLength = errors.New("invalid version hash length")
|
||||
errReadSYSHashInvalidInputLength = errors.New("invalid input number")
|
||||
)
|
||||
|
||||
// bls12381G1Add implements EIP-2537 G1Add precompile.
|
||||
|
|
|
|||
Loading…
Reference in a new issue