Fix to separate minimum difficulties for primary and alternate algorithms
This commit is contained in:
@@ -92,6 +92,7 @@ struct Params {
|
||||
|
||||
/** Proof of work parameters */
|
||||
uint256 powLimit;
|
||||
uint256 powAlternate;
|
||||
int64_t nPowAveragingWindow;
|
||||
int64_t nPowMaxAdjustDown;
|
||||
int64_t nPowMaxAdjustUp;
|
||||
|
||||
Reference in New Issue
Block a user