mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
core/vm: update the eip number
This commit is contained in:
parent
6bf9e70b68
commit
f5b6d7e995
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,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{},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue