Unverified Commit c03f694b authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #18454 from karalabe/postpone-constantinople

params: postpone Constantinople due to net SSTORE reentrancy
parents 115b1c38 2a2fd5ad
...@@ -42,7 +42,7 @@ var ( ...@@ -42,7 +42,7 @@ var (
EIP155Block: big.NewInt(2675000), EIP155Block: big.NewInt(2675000),
EIP158Block: big.NewInt(2675000), EIP158Block: big.NewInt(2675000),
ByzantiumBlock: big.NewInt(4370000), ByzantiumBlock: big.NewInt(4370000),
ConstantinopleBlock: big.NewInt(7080000), ConstantinopleBlock: nil,
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