mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Fix typo: Optimizaton -> Optimization
This commit is contained in:
parent
e9723cb273
commit
a22bde9449
@ -25,7 +25,7 @@ ThresholdState AbstractThresholdConditionChecker::GetStateFor(const CBlockIndex*
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (pindexPrev->GetMedianTimePast() < nTimeStart) {
|
if (pindexPrev->GetMedianTimePast() < nTimeStart) {
|
||||||
// Optimizaton: don't recompute down further, as we know every earlier block will be before the start time
|
// Optimization: don't recompute down further, as we know every earlier block will be before the start time
|
||||||
cache[pindexPrev] = THRESHOLD_DEFINED;
|
cache[pindexPrev] = THRESHOLD_DEFINED;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user