Skip to content

Commit f036909

Browse files
committed
Activate cov tools
1 parent 6f78091 commit f036909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/kernel/chainparams.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ class SigNetParams : public CChainParams {
373373

374374
// Deployment of OP_COVTOOLS (BIP xxx)
375375
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;
378378
consensus.vDeployments[Consensus::DEPLOYMENT_COVTOOLS].min_activation_height = 0;
379379

380380
// message start is defined as the first 4 bytes of the sha256d of the block script

0 commit comments

Comments
 (0)