mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
core/vm: move p256verify to address 0x100
This commit is contained in:
parent
bdca277e55
commit
fb5e6d06aa
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ var PrecompiledContractsOsaka = PrecompiledContracts{
|
||||||
// PrecompiledContractsP256Verify contains the precompiled Ethereum
|
// PrecompiledContractsP256Verify contains the precompiled Ethereum
|
||||||
// contract specified in EIP-7212. This is exported for testing purposes.
|
// contract specified in EIP-7212. This is exported for testing purposes.
|
||||||
var PrecompiledContractsP256Verify = PrecompiledContracts{
|
var PrecompiledContractsP256Verify = PrecompiledContracts{
|
||||||
common.BytesToAddress([]byte{0x0b}): &p256Verify{},
|
common.BytesToAddress([]byte{0x1, 0x00}): &p256Verify{},
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue