Skip to content

Commit

Permalink
testnet: Activate SegWit on Jun 12, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Jun 9, 2024
1 parent dacfcbe commit 5a7b501
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 @@ -229,8 +229,8 @@ class CTestNetParams : public CChainParams {

// Deployment of SegWit (BIP141, BIP143, and BIP147)
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit = 1;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1718150400; // Wed Jun 12 2024 00:00:00 GMT+0000
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nTimeout = 0;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].min_activation_height = 0; // No activation delay

// Deployment of Taproot (BIPs 340-342)
Expand Down

0 comments on commit 5a7b501

Please sign in to comment.