Skip to content

Commit

Permalink
chore: disable v19 testnet activation to enable mining blocks without…
Browse files Browse the repository at this point in the history
… activating
  • Loading branch information
PastaPastaPasta committed Jun 13, 2023
1 parent 44cd30f commit 6fa030c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class CTestNetParams : public CChainParams {

// Deployment of Deployment of Basic BLS, AssetLocks, EHF
consensus.vDeployments[Consensus::DEPLOYMENT_V19].bit = 8;
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nStartTime = 1678838400; // Wed, March 15, 2023 0:00:00
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nStartTime = 999999999999ULL; // Wed, March 15, 2023 0:00:00
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nTimeout = 999999999999ULL;
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nWindowSize = 100;
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nThresholdStart = 80; // 80% of 100
Expand Down

0 comments on commit 6fa030c

Please sign in to comment.