File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -396,10 +396,13 @@ class CTestNet4Params : public CChainParams {
396396 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT ;
397397 consensus.vDeployments [Consensus::DEPLOYMENT_TAPROOT ].min_activation_height = 0 ; // No activation delay
398398
399+ // Deployment of UASF-ReducedData (temporary UASF)
399400 consensus.vDeployments [Consensus::DEPLOYMENT_REDUCED_DATA ].bit = 4 ;
400- consensus.vDeployments [Consensus::DEPLOYMENT_REDUCED_DATA ].nStartTime = Consensus::BIP9Deployment:: NEVER_ACTIVE ;
401+ consensus.vDeployments [Consensus::DEPLOYMENT_REDUCED_DATA ].nStartTime = 1764547200 ; // December 1st, 2025
401402 consensus.vDeployments [Consensus::DEPLOYMENT_REDUCED_DATA ].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT ;
402403 consensus.vDeployments [Consensus::DEPLOYMENT_REDUCED_DATA ].min_activation_height = 0 ;
404+ consensus.vDeployments [Consensus::DEPLOYMENT_REDUCED_DATA ].active_duration = 52416 ; // ~1 year
405+ consensus.vDeployments [Consensus::DEPLOYMENT_REDUCED_DATA ].threshold = 1109 ; // 55% of 2016
403406
404407 consensus.nMinimumChainWork = uint256{" 0000000000000000000000000000000000000000000001d6dce8651b6094e4c1" };
405408 consensus.defaultAssumeValid = uint256{" 0000000000003ed4f08dbdf6f7d6b271a6bcffce25675cb40aa9fa43179a89f3" }; // 72600
You can’t perform that action at this time.
0 commit comments