mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
Merge pull request #17801 from eosclassicteam/patch-1
Enable constantinople on Ropsten testnet
This commit is contained in:
@@ -66,7 +66,7 @@ var (
|
||||
EIP155Block: big.NewInt(10),
|
||||
EIP158Block: big.NewInt(10),
|
||||
ByzantiumBlock: big.NewInt(1700000),
|
||||
ConstantinopleBlock: nil,
|
||||
ConstantinopleBlock: big.NewInt(4200000),
|
||||
Ethash: new(EthashConfig),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user