Skip to content

Commit c03f694

Browse files
authored
Merge pull request #18454 from karalabe/postpone-constantinople
params: postpone Constantinople due to net SSTORE reentrancy
2 parents 115b1c3 + 2a2fd5a commit c03f694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var (
4242
EIP155Block: big.NewInt(2675000),
4343
EIP158Block: big.NewInt(2675000),
4444
ByzantiumBlock: big.NewInt(4370000),
45-
ConstantinopleBlock: big.NewInt(7080000),
45+
ConstantinopleBlock: nil,
4646
Ethash: new(EthashConfig),
4747
}
4848

0 commit comments

Comments
 (0)