Skip to content

Commit

Permalink
Update chainparams.cpp Activation Threshold DGB Birthday
Browse files Browse the repository at this point in the history
  • Loading branch information
SogobiNapiasi authored Nov 8, 2024
1 parent 166a3a7 commit e067e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ class CMainParams : public CChainParams {

// Deployment of Taproot (BIPs 340-342)
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].bit = 2;
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nStartTime = 1722514104; // 1st August 2024
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nTimeout = 1785586104; // 1st August 2026
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nStartTime = 1736510438; // 10th January 2025
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nTimeout = 1799582438; // 10th January 2027
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 0; // No activation delay

// The best chain should have at least this much work.
Expand Down

0 comments on commit e067e4d

Please sign in to comment.