aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
Diffstat (limited to 'params')
-rw-r--r--params/config.go2
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),
}