Skip to content

Commit

Permalink
Revert "BIP34Hash"
Browse files Browse the repository at this point in the history
This reverts commit 7e4bea6.
  • Loading branch information
backpacker69 committed Feb 14, 2019
1 parent 4982161 commit 1c4adbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Expand Up @@ -72,7 +72,7 @@ class CMainParams : public CChainParams {
strNetworkID = "main";
consensus.BIP16Height = 0;
consensus.BIP34Height = 0;
consensus.BIP34Hash = uint256S("6");
consensus.BIP34Hash = uint256S("0");
//ppcTODO - set above values to correct ones
consensus.powLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 32;
consensus.bnInitialHashTarget = uint256S("0000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 40;
Expand Down Expand Up @@ -175,7 +175,7 @@ class CTestNetParams : public CChainParams {
strNetworkID = "test";
consensus.BIP16Height = 0;
consensus.BIP34Height = 1;
consensus.BIP34Hash = uint256S("6");
consensus.BIP34Hash = uint256S("0");
//ppcTODO - set above values to correct ones
consensus.powLimit = uint256S("0000000fffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 28;
consensus.bnInitialHashTarget = uint256S("00000007ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); // ~arith_uint256(0) >> 29;
Expand Down

0 comments on commit 1c4adbe

Please sign in to comment.