Skip to content

Commit

Permalink
testnet: Activate SegWit on Sep 14, 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Sep 13, 2024
1 parent 8f2ab7f commit 8666a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class CTestNetParams : public CChainParams {

// Deployment of SegWit (BIP141, BIP143, and BIP147)
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit = 1;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1718150400; // Wed Jun 12 2024 00:00:00 GMT+0000
consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = 1726272000; // Wed Sep 14 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

Expand Down

0 comments on commit 8666a7e

Please sign in to comment.