Skip to content

Commit

Permalink
[consensus] Prepare for segwit activation on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLTZ committed Oct 22, 2020
1 parent e0d71aa commit bee664b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Expand Up @@ -243,8 +243,8 @@ class CTestNetParams : public CChainParams {
consensus.BIP66Enabled = true;
consensus.ZIP209Enabled = true;
consensus.CSVHeight = 5500;
consensus.SegwitHeight = 6000;
consensus.MinBIP9WarningHeight = 8016; // segwit activation height + miner confirmation window
consensus.SegwitHeight = 6150;
consensus.MinBIP9WarningHeight = 8166; // segwit activation height + miner confirmation window
consensus.powLimit = uint256S("07ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");

consensus.nDigishieldTargetSpacing = 2.5 * 60;
Expand Down

0 comments on commit bee664b

Please sign in to comment.