aboutsummaryrefslogtreecommitdiffstats
path: root/core/state_processor.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-06-29 16:44:03 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-06-29 16:44:03 +0800
commit219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe (patch)
tree06f7458835408f94116572d13d1bf0bf48b278f3 /core/state_processor.go
parente0493457d5a9d280554990b5a29c4fcad69e7d0b (diff)
downloadgo-tangerine-219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe.tar
go-tangerine-219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe.tar.gz
go-tangerine-219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe.tar.bz2
go-tangerine-219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe.tar.lz
go-tangerine-219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe.tar.xz
go-tangerine-219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe.tar.zst
go-tangerine-219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe.zip
Revert "core: update the DAO soft fork proposal to the final block"
This reverts commit 1e3a7d4fab36df9382d023519ef10e3c34bafa3b.
Diffstat (limited to 'core/state_processor.go')
-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 6e8bb0144..d17bbd8de 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