File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,8 +373,8 @@ class SigNetParams : public CChainParams {
373
373
374
374
// Deployment of OP_COVTOOLS (BIP xxx)
375
375
consensus.vDeployments [Consensus::DEPLOYMENT_COVTOOLS].bit = 3 ;
376
- consensus.vDeployments [Consensus::DEPLOYMENT_COVTOOLS].nStartTime = 1711993169 ; // XXX FIXME
377
- consensus.vDeployments [Consensus::DEPLOYMENT_COVTOOLS].nTimeout = 1727804369 ; // XXX FIXME
376
+ consensus.vDeployments [Consensus::DEPLOYMENT_COVTOOLS].nStartTime = Consensus::BIP9Deployment::ALWAYS_ACTIVE;
377
+ consensus.vDeployments [Consensus::DEPLOYMENT_COVTOOLS].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
378
378
consensus.vDeployments [Consensus::DEPLOYMENT_COVTOOLS].min_activation_height = 0 ;
379
379
380
380
// message start is defined as the first 4 bytes of the sha256d of the block script
You can’t perform that action at this time.
0 commit comments