Browse Source

Fix bip44 code

warmup
jl777 5 years ago
parent
commit
7598204bf9
  1. 3
      src/chainparams.cpp

3
src/chainparams.cpp

@ -92,7 +92,8 @@ public:
strNetworkID = "main";
strCurrencyUnits = "KMD";
bip44CoinType = 133; // As registered in https://github.com/satoshilabs/slips/blob/master/slip-0044.md (ZCASH, should be VRSC)
bip44CoinType = 141; // As registered in https://github.com/satoshilabs/slips/blob/master/slip-0044.md
consensus.fCoinbaseMustBeProtected = false; // true this is only true wuth Verus and enforced after block 12800
consensus.nSubsidySlowStartInterval = 20000;
consensus.nSubsidyHalvingInterval = 840000;

Loading…
Cancel
Save