Skip to content

Commit

Permalink
Revert "core: update the DAO soft fork proposal to the final block"
Browse files Browse the repository at this point in the history
This reverts commit 1e3a7d4.
  • Loading branch information
karalabe committed Jun 29, 2016
1 parent e049345 commit 219859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
// DAO attack chain rupture mechanism
DAOSoftFork bool // Flag whether to vote for DAO rupture

ruptureBlock = uint64(1800000) // Block number of the voted soft fork
ruptureBlock = uint64(1775000) // Block number of the voted soft fork
ruptureTarget = big.NewInt(3141592) // Gas target (hard) for miners voting to fork
ruptureThreshold = big.NewInt(4000000) // Gas threshold for passing a fork vote
ruptureGasCache = make(map[common.Hash]*big.Int) // Amount of gas in the point of rupture
Expand Down

0 comments on commit 219859f

Please sign in to comment.