Skip to content

Commit 9c08f33

Browse files
committed
doc: Missing comments for signet parameters
1 parent d67883d commit 9c08f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ class SigNetParams : public CChainParams {
322322
consensus.nPowTargetSpacing = 10 * 60;
323323
consensus.fPowAllowMinDifficultyBlocks = false;
324324
consensus.fPowNoRetargeting = false;
325-
consensus.nRuleChangeActivationThreshold = 1916;
326-
consensus.nMinerConfirmationWindow = 2016;
325+
consensus.nRuleChangeActivationThreshold = 1916; // 95% of 2016
326+
consensus.nMinerConfirmationWindow = 2016; // nPowTargetTimespan / nPowTargetSpacing
327327
consensus.MinBIP9WarningHeight = 0;
328328
consensus.powLimit = uint256S("00000377ae000000000000000000000000000000000000000000000000000000");
329329
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;

0 commit comments

Comments
 (0)