aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-29 16:52:05 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-29 16:52:05 +0800
commitf4aebd4c8defaae0343fbed61c56e16642969489 (patch)
tree7d9818c2e43cdf77328cca98d3e4b764158d2a93 /core
parenteaf706b73c31eb6dd36f1805b264985de4d594a7 (diff)
downloadgo-tangerine-f4aebd4c8defaae0343fbed61c56e16642969489.tar
go-tangerine-f4aebd4c8defaae0343fbed61c56e16642969489.tar.gz
go-tangerine-f4aebd4c8defaae0343fbed61c56e16642969489.tar.bz2
go-tangerine-f4aebd4c8defaae0343fbed61c56e16642969489.tar.lz
go-tangerine-f4aebd4c8defaae0343fbed61c56e16642969489.tar.xz
go-tangerine-f4aebd4c8defaae0343fbed61c56e16642969489.tar.zst
go-tangerine-f4aebd4c8defaae0343fbed61c56e16642969489.zip
[release/1.4.9] Revert "core: update the DAO soft fork proposal to the final block"
This reverts commit b170a80cdcb380765c711017588b2d148eb1601e.
Diffstat (limited to 'core')
-rw-r--r--core/state_processor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/state_processor.go b/core/state_processor.go
index 8532f1ef1..24355760c 100644
--- a/core/state_processor.go
+++ b/core/state_processor.go
@@ -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