params: enable constantinople on ropsten at 4.2M

parent b7bbe66b
...@@ -66,7 +66,7 @@ var ( ...@@ -66,7 +66,7 @@ var (
EIP155Block: big.NewInt(10), EIP155Block: big.NewInt(10),
EIP158Block: big.NewInt(10), EIP158Block: big.NewInt(10),
ByzantiumBlock: big.NewInt(1700000), ByzantiumBlock: big.NewInt(1700000),
ConstantinopleBlock: nil, ConstantinopleBlock: big.NewInt(4200000),
Ethash: new(EthashConfig), Ethash: new(EthashConfig),
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment