@@ -87,9 +87,9 @@ class CMainParams : public CChainParams {
87
87
88
88
// Deployment of Taproot (BIPs 340-342)
89
89
consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].bit = 2 ;
90
- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
91
- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
92
- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 0 ; // No activation delay
90
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nStartTime = 1619222400 ; // April 24th, 2021
91
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nTimeout = 1628640000 ; // August 11th, 2021
92
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 709632 ; // Approximately November 12th, 2021
93
93
94
94
consensus.nMinimumChainWork = uint256S (" 0x00000000000000000000000000000000000000001533efd8d716a517fe2c5008" );
95
95
consensus.defaultAssumeValid = uint256S (" 0x0000000000000000000b9d2ec5a352ecba0592946514a92f14319dc2b367fc72" ); // 654683
@@ -206,8 +206,8 @@ class CTestNetParams : public CChainParams {
206
206
207
207
// Deployment of Taproot (BIPs 340-342)
208
208
consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].bit = 2 ;
209
- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
210
- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
209
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nStartTime = 1619222400 ; // April 24th, 2021
210
+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].nTimeout = 1628640000 ; // August 11th, 2021
211
211
consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 0 ; // No activation delay
212
212
213
213
consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000001db6ec4ac88cf2272c6" );
0 commit comments