Cheops Release Fix 2
Adressing small node number network issues.
This commit is contained in:
@@ -228,6 +228,9 @@ static bool GetKernelStakeModifier(uint256 hashBlockFrom, uint64& nStakeModifier
|
||||
nStakeModifierTime = pindexFrom->GetBlockTime();
|
||||
int64 nStakeModifierSelectionInterval = GetStakeModifierSelectionInterval();
|
||||
const CBlockIndex* pindex = pindexFrom;
|
||||
|
||||
//fixed nStakeModifierSelectionInterval
|
||||
nStakeModifierSelectionInterval = 2 * nModifierInterval;
|
||||
|
||||
// loop to find the stake modifier later by a selection interval
|
||||
while (nStakeModifierTime < pindexFrom->GetBlockTime() + nStakeModifierSelectionInterval)
|
||||
|
||||
Reference in New Issue
Block a user