core/vm: update the eip number

(cherry picked from commit f5b6d7e995)
This commit is contained in:
Ulaş Erdoğan 2023-06-22 15:40:47 +03:00 committed by Anshal Shukla
parent 40e6de0bf2
commit b5559e3018

View file

@ -106,7 +106,7 @@ var PrecompiledContractsBLS = map[common.Address]PrecompiledContract{
}
// PrecompiledContractsP256Verify contains the precompiled Ethereum
// contract specified in EIP-N. This is exported for testing purposes.
// contract specified in EIP-7212. This is exported for testing purposes.
var PrecompiledContractsP256Verify = map[common.Address]PrecompiledContract{
common.BytesToAddress([]byte{19}): &p256Verify{},
}