Revert "Get rid of consensus.fPowAllowMinDifficultyBlocks."

This reverts commit dffc025d38.
This commit is contained in:
Jack Grigg
2018-10-03 16:08:00 +01:00
parent bcdb4344f0
commit 5ead4b1713
3 changed files with 13 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ struct Params {
NetworkUpgrade vUpgrades[MAX_NETWORK_UPGRADES];
/** Proof of work parameters */
uint256 powLimit;
bool fPowAllowMinDifficultyBlocks;
int64_t nPowAveragingWindow;
int64_t nPowMaxAdjustDown;
int64_t nPowMaxAdjustUp;