File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ class CMainParams : public CChainParams {
206206 consensus.vDeployments [Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = 1230767999 ; // December 31, 2008
207207
208208 consensus.vDeployments [Consensus::DEPLOYMENT_V20].bit = 9 ;
209- consensus.vDeployments [Consensus::DEPLOYMENT_V20].nStartTime = 19999999999 ; // TODO: To be determined later
210- consensus.vDeployments [Consensus::DEPLOYMENT_V20].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
209+ consensus.vDeployments [Consensus::DEPLOYMENT_V20].nStartTime = 1700006400 ; // November 15, 2023
210+ consensus.vDeployments [Consensus::DEPLOYMENT_V20].nTimeout = 1731628800 ; // November 15, 2024
211211 consensus.vDeployments [Consensus::DEPLOYMENT_V20].nWindowSize = 4032 ;
212212 consensus.vDeployments [Consensus::DEPLOYMENT_V20].nThresholdStart = 3226 ; // 80% of 4032
213213 consensus.vDeployments [Consensus::DEPLOYMENT_V20].nThresholdMin = 2420 ; // 60% of 4032
You can’t perform that action at this time.
0 commit comments