Skip to content

Commit

Permalink
Taproot fast trial settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fujicoin committed May 16, 2023
1 parent e1671fb commit dcc22c8
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 @@ -88,8 +88,8 @@ class CMainParams : public CChainParams {

// Deployment of Taproot (BIPs 340-342)
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].bit = 2;
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nStartTime = Consensus::BIP9Deployment::ALWAYS_ACTIVE;
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nStartTime = 1685577600; // Thu, 01 Jun 2023 00:00:00 +0000
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].nTimeout = 1843430400; // Sat, 01 Jun 2024 00:00:00 +0000
consensus.vDeployments[Consensus::DEPLOYMENT_TAPROOT].min_activation_height = 0; // No activation delay

consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000001027706bee55d78e52");
Expand Down

0 comments on commit dcc22c8

Please sign in to comment.