good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2a2fd5ad authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

params: postpone Constantinople due to net SSTORE reentrancy

parent 115b1c38
No related branches found
No related tags found
No related merge requests found
...@@ -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),
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment