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 aefffc9 commit b170a80Copy full SHA for b170a80
core/state_processor.go
@@ -37,7 +37,7 @@ var (
37
// DAO attack chain rupture mechanism
38
DAOSoftFork bool // Flag whether to vote for DAO rupture
39
40
- ruptureBlock = uint64(1775000) // Block number of the voted soft fork
+ ruptureBlock = uint64(1800000) // Block number of the voted soft fork
41
ruptureTarget = big.NewInt(3141592) // Gas target (hard) for miners voting to fork
42
ruptureThreshold = big.NewInt(4000000) // Gas threshold for passing a fork vote
43
ruptureGasCache = make(map[common.Hash]*big.Int) // Amount of gas in the point of rupture
0 commit comments