Skip to content

Commit c3e75bb

Browse files
spencer-tblightclient
authored andcommitted
fix pe pc address.
1 parent 88ebe56 commit c3e75bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/contracts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var allPrecompiles = map[common.Address]PrecompiledContract{
6565
common.BytesToAddress([]byte{16}): &bls12381Pairing{},
6666
common.BytesToAddress([]byte{17}): &bls12381MapG1{},
6767
common.BytesToAddress([]byte{18}): &bls12381MapG2{},
68-
common.BytesToAddress([]byte{20}): &kzgPointEvaluation{},
68+
common.BytesToAddress([]byte{0x0A}): &kzgPointEvaluation{},
6969
}
7070

7171
// EIP-152 test vectors

0 commit comments

Comments
 (0)