Skip to content

Commit fa64892

Browse files
author
MarcoFalke
committed
signet: Fix uninitialized read in validation
1 parent 3956165 commit fa64892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ class SigNetParams : public CChainParams {
326326
consensus.fPowNoRetargeting = false;
327327
consensus.nRuleChangeActivationThreshold = 1916;
328328
consensus.nMinerConfirmationWindow = 2016;
329+
consensus.MinBIP9WarningHeight = 0;
329330
consensus.powLimit = uint256S("00000377ae000000000000000000000000000000000000000000000000000000");
330331
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].bit = 28;
331332
consensus.vDeployments[Consensus::DEPLOYMENT_TESTDUMMY].nStartTime = 1199145601; // January 1, 2008

0 commit comments

Comments
 (0)