Skip to content

Commit

Permalink
Merge pull request #236 from zcoinofficial/testnet-fix
Browse files Browse the repository at this point in the history
Fixed testnet breaking consensus change
  • Loading branch information
Reuben Yap committed Aug 11, 2018
2 parents 6922452 + f2c6319 commit 26dc065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class CTestNetParams : public CChainParams {
};

nSpendV15StartBlock = ZC_V1_5_TESTNET_STARTING_BLOCK;
nCheckBugFixedAtBlock = 35000;
nCheckBugFixedAtBlock = ZC_CHECK_BUG_FIXED_AT_BLOCK;

nSpendV2ID_1 = ZC_V2_TESTNET_SWITCH_ID_1;
nSpendV2ID_10 = ZC_V2_TESTNET_SWITCH_ID_10;
Expand Down

0 comments on commit 26dc065

Please sign in to comment.