Skip to content

Commit

Permalink
Activate cov tools
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Oct 14, 2023
1 parent 6f78091 commit f036909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ class SigNetParams : public CChainParams {

// Deployment of OP_COVTOOLS (BIP xxx)
consensus.vDeployments[Consensus::DEPLOYMENT_COVTOOLS].bit = 3;
consensus.vDeployments[Consensus::DEPLOYMENT_COVTOOLS].nStartTime = 1711993169; // XXX FIXME
consensus.vDeployments[Consensus::DEPLOYMENT_COVTOOLS].nTimeout = 1727804369; // XXX FIXME
consensus.vDeployments[Consensus::DEPLOYMENT_COVTOOLS].nStartTime = Consensus::BIP9Deployment::ALWAYS_ACTIVE;
consensus.vDeployments[Consensus::DEPLOYMENT_COVTOOLS].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
consensus.vDeployments[Consensus::DEPLOYMENT_COVTOOLS].min_activation_height = 0;

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

0 comments on commit f036909

Please sign in to comment.