params: enable constantinople on ropsten at 4.2M

pull/17801/head
EOS Classic 6 years ago
parent b7bbe66b19
commit 668c37fde1
No known key found for this signature in database
GPG Key ID: 0D626A44301D8C5E
  1. 2
      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),
}

Loading…
Cancel
Save