|
|
@ -59,7 +59,7 @@ struct Params { |
|
|
|
/** Block height at which BIP66 becomes active */ |
|
|
|
/** Block height at which BIP66 becomes active */ |
|
|
|
int BIP66Height; |
|
|
|
int BIP66Height; |
|
|
|
/** Block height at which RandomX becomes active */ |
|
|
|
/** Block height at which RandomX becomes active */ |
|
|
|
int RandomXHeight; |
|
|
|
uint32_t RandomXHeight; |
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Minimum blocks including miner confirmation of the total of 2016 blocks in a retargeting period, |
|
|
|
* Minimum blocks including miner confirmation of the total of 2016 blocks in a retargeting period, |
|
|
|
* (nPowTargetTimespan / nPowTargetSpacing) which is also used for BIP9 deployments. |
|
|
|
* (nPowTargetTimespan / nPowTargetSpacing) which is also used for BIP9 deployments. |
|
|
|