Get rid of consensus.fPowAllowMinDifficultyBlocks.

This closes #1380
This commit is contained in:
syd
2017-11-23 12:20:50 -05:00
parent df1c3debcc
commit dffc025d38
3 changed files with 0 additions and 12 deletions

View File

@@ -41,7 +41,6 @@ struct Params {
int nMajorityWindow;
/** Proof of work parameters */
uint256 powLimit;
bool fPowAllowMinDifficultyBlocks;
int64_t nPowAveragingWindow;
int64_t nPowMaxAdjustDown;
int64_t nPowMaxAdjustUp;