Restore zcash coinbase rule and launch fix at 10080

This commit is contained in:
Michael Toutonghi
2018-05-25 15:10:07 -07:00
parent a65fe46f84
commit 6c8e1cdfb7
5 changed files with 38 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ public:
{
strNetworkID = "main";
strCurrencyUnits = "KMD";
consensus.fCoinbaseMustBeProtected = false;//true;
consensus.fCoinbaseMustBeProtected = true; // this is only enforced after block 10080 on Verus
consensus.nSubsidySlowStartInterval = 20000;
consensus.nSubsidyHalvingInterval = 840000;
consensus.nMajorityEnforceBlockUpgrade = 750;