Activate BIP34 at block 17 for test networks, the smallest value possibly for a CScriptNum to be represented as expected

This commit is contained in:
Jon Layton 2018-10-14 22:05:38 -05:00 committed by Jon Layton
parent 5d342bfd8f
commit 4e10a6272e
1 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ public:
consensus.nSubsidyHalvingInterval = 840000;
// P2SH, height in coinbase, CLTV and DERSIG all enforced from genesis
consensus.BIP34Height = 0;
consensus.BIP34Height = 17;
consensus.BIP65Height = 0;
consensus.BIP66Height = 0;
@ -320,7 +320,7 @@ public:
consensus.nSubsidyHalvingInterval = 840000;
// P2SH, height in coinbase, CLTV and DERSIG all enforced from genesis
consensus.BIP34Height = 0;
consensus.BIP34Height = 17;
consensus.BIP65Height = 0;
consensus.BIP66Height = 0;