We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8146d9e commit 82a5339Copy full SHA for 82a5339
src/chainparams.cpp
@@ -91,7 +91,7 @@ class CMainParams : public CChainParams {
91
consensus.nSubsidyHalvingInterval = 210000;
92
consensus.nBudgetPaymentsStartBlock = std::numeric_limits<int>::max();
93
consensus.nPoSStartBlock = 0;
94
- consensus.nLastPoWBlock = std::numeric_limits<int>::max();
+ consensus.nLastPoWBlock = 150000;
95
consensus.nMandatoryUpgradeBlock = 150000;
96
consensus.nTreasuryPaymentsStartBlock = std::numeric_limits<int>::max();
97
consensus.BIP16Exception = uint256{};
0 commit comments