We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67883d commit 9c08f33Copy full SHA for 9c08f33
src/chainparams.cpp
@@ -322,8 +322,8 @@ class SigNetParams : public CChainParams {
322
consensus.nPowTargetSpacing = 10 * 60;
323
consensus.fPowAllowMinDifficultyBlocks = false;
324
consensus.fPowNoRetargeting = false;
325
- consensus.nRuleChangeActivationThreshold = 1916;
326
- consensus.nMinerConfirmationWindow = 2016;
+ consensus.nRuleChangeActivationThreshold = 1916; // 95% of 2016
+ consensus.nMinerConfirmationWindow = 2016; // nPowTargetTimespan / nPowTargetSpacing
327
consensus.MinBIP9WarningHeight = 0;
328
consensus.powLimit = uint256S("00000377ae000000000000000000000000000000000000000000000000000000");
329
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
0 commit comments