mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-14 13:50:34 +02:00
Merge #7785: Trivial: Fix typo: Optimizaton -> Optimization [skip ci]
a22bde9 Fix typo: Optimizaton -> Optimization (paveljanik)
This commit is contained in:
commit
c4df72bafc
@ -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…
x
Reference in New Issue
Block a user