Skip to content

Commit b170a80

Browse files
committed
[release/1.4.8] core: update the DAO soft fork proposal to the final block
(cherry picked from commit 1e3a7d4)
1 parent aefffc9 commit b170a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state_processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
// DAO attack chain rupture mechanism
3838
DAOSoftFork bool // Flag whether to vote for DAO rupture
3939

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

0 commit comments

Comments
 (0)