params: postpone Constantinople due to net SSTORE reentrancy

pull/18454/head
Péter Szilágyi 6 years ago
parent 115b1c38ac
commit 2a2fd5adf8
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 2
      params/config.go

@ -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),
} }

Loading…
Cancel
Save