Merge pull request #17801 from eosclassicteam/patch-1

Enable constantinople on Ropsten testnet
This commit is contained in:
Péter Szilágyi 2018-10-04 12:36:15 +03:00 committed by GitHub
commit 127553253e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),
}