diff options
author | EOS Classic <info@eos-classic.io> | 2018-10-01 21:28:33 +0800 |
---|---|---|
committer | EOS Classic <info@eos-classic.io> | 2018-10-01 21:44:09 +0800 |
commit | 668c37fde112f42496a16d012b6f7dc7a876d13c (patch) | |
tree | 89c47b6d9553ed9a30b4e9fb8503355c8ddba348 /params | |
parent | b7bbe66b19fb19b95053977586e619a40478a7d8 (diff) | |
download | dexon-668c37fde112f42496a16d012b6f7dc7a876d13c.tar.gz dexon-668c37fde112f42496a16d012b6f7dc7a876d13c.tar.zst dexon-668c37fde112f42496a16d012b6f7dc7a876d13c.zip |
params: enable constantinople on ropsten at 4.2M
Diffstat (limited to 'params')
-rw-r--r-- | params/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go index a9e631cde..b56775e32 100644 --- a/params/config.go +++ b/params/config.go @@ -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), } |