Fix to separate minimum difficulties for primary and alternate algorithms

This commit is contained in:
miketout
2018-05-05 16:34:05 -07:00
parent e2951abdc3
commit 1234f16b15
3 changed files with 15 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ struct Params {
/** Proof of work parameters */
uint256 powLimit;
uint256 powAlternate;
int64_t nPowAveragingWindow;
int64_t nPowMaxAdjustDown;
int64_t nPowMaxAdjustUp;