@@ -92,9 +92,9 @@ class CMainParams : public CChainParams {
9292
9393 // Deployment of Taproot (BIPs 340-342)
9494 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].bit = 2 ;
95- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nStartTime = 1619222400 ; // April 24th, 2021
96- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nTimeout = 1628640000 ; // August 11th, 2021
97- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].min_activation_height = 709632 ; // Approximately November 12th, 2021
95+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nStartTime = 1775260800 ; // April 4th, 2026
96+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nTimeout = 1806796800 ; // April 4th, 2027
97+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].min_activation_height = 0 ; // No activation delay
9898
9999 consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000000000a90c3cad43e87a7" );
100100 consensus.defaultAssumeValid = uint256S (" 0xe29c854a0a54ac2c3f6b97e0416a0a7f17df6f80ecf4fa6eb3faa7ec1fceffb6" ); // 3275900
@@ -207,8 +207,8 @@ class CTestNetParams : public CChainParams {
207207
208208 // Deployment of Taproot (BIPs 340-342)
209209 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].bit = 2 ;
210- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nStartTime = 1619222400 ; // April 24th, 2021
211- consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nTimeout = 1628640000 ; // August 11th, 2021
210+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nStartTime = 1775260800 ; // April 4th, 2026
211+ consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nTimeout = 1806796800 ; // April 4th, 2027
212212 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].min_activation_height = 0 ; // No activation delay
213213
214214 consensus.nMinimumChainWork = uint256{};
0 commit comments