소스 검색

Merge pull request #2734 from karalabe/dao-final-block

core: update the DAO soft fork proposal to the final block
Péter Szilágyi 9 년 전
부모
커밋
e0493457d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/state_processor.go

+ 1 - 1
core/state_processor.go

@@ -37,7 +37,7 @@ var (
 	// DAO attack chain rupture mechanism
 	// DAO attack chain rupture mechanism
 	DAOSoftFork bool // Flag whether to vote for DAO rupture
 	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
 	ruptureTarget     = big.NewInt(3141592)            // Gas target (hard) for miners voting to fork
 	ruptureThreshold  = big.NewInt(4000000)            // Gas threshold for passing a fork vote
 	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
 	ruptureGasCache   = make(map[common.Hash]*big.Int) // Amount of gas in the point of rupture