diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-06-24 20:24:09 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-06-24 21:20:36 +0800 |
commit | b170a80cdcb380765c711017588b2d148eb1601e (patch) | |
tree | 5202de7d8ec8c4aee78d1f406061a50d86b52efa /core | |
parent | aefffc9ed8ca60ebe58e06066b30f1283493f488 (diff) | |
download | go-tangerine-b170a80cdcb380765c711017588b2d148eb1601e.tar go-tangerine-b170a80cdcb380765c711017588b2d148eb1601e.tar.gz go-tangerine-b170a80cdcb380765c711017588b2d148eb1601e.tar.bz2 go-tangerine-b170a80cdcb380765c711017588b2d148eb1601e.tar.lz go-tangerine-b170a80cdcb380765c711017588b2d148eb1601e.tar.xz go-tangerine-b170a80cdcb380765c711017588b2d148eb1601e.tar.zst go-tangerine-b170a80cdcb380765c711017588b2d148eb1601e.zip |
[release/1.4.8] core: update the DAO soft fork proposal to the final block
(cherry picked from commit 1e3a7d4fab36df9382d023519ef10e3c34bafa3b)
Diffstat (limited to 'core')
-rw-r--r-- | core/state_processor.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/state_processor.go b/core/state_processor.go index 24355760c..8532f1ef1 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(1775000) // Block number of the voted soft fork + ruptureBlock = uint64(1800000) // 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 |