We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115b1c3 commit 2a2fd5aCopy full SHA for 2a2fd5a
params/config.go
@@ -42,7 +42,7 @@ var (
42
EIP155Block: big.NewInt(2675000),
43
EIP158Block: big.NewInt(2675000),
44
ByzantiumBlock: big.NewInt(4370000),
45
- ConstantinopleBlock: big.NewInt(7080000),
+ ConstantinopleBlock: nil,
46
Ethash: new(EthashConfig),
47
}
48
0 commit comments