From 219859f8bbfa3a1549d02f6bcbaa41db55b4b8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 29 Jun 2016 11:44:03 +0300 Subject: Revert "core: update the DAO soft fork proposal to the final block" This reverts commit 1e3a7d4fab36df9382d023519ef10e3c34bafa3b. --- core/state_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3