We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ebe56 commit c3e75bbCopy full SHA for c3e75bb
core/vm/contracts_test.go
@@ -65,7 +65,7 @@ var allPrecompiles = map[common.Address]PrecompiledContract{
65
common.BytesToAddress([]byte{16}): &bls12381Pairing{},
66
common.BytesToAddress([]byte{17}): &bls12381MapG1{},
67
common.BytesToAddress([]byte{18}): &bls12381MapG2{},
68
- common.BytesToAddress([]byte{20}): &kzgPointEvaluation{},
+ common.BytesToAddress([]byte{0x0A}): &kzgPointEvaluation{},
69
}
70
71
// EIP-152 test vectors
0 commit comments