Skip to content

Commit a22bde9

Browse files
committed
Fix typo: Optimizaton -> Optimization
1 parent e9723cb commit a22bde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versionbits.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ThresholdState AbstractThresholdConditionChecker::GetStateFor(const CBlockIndex*
2525
break;
2626
}
2727
if (pindexPrev->GetMedianTimePast() < nTimeStart) {
28-
// Optimizaton: don't recompute down further, as we know every earlier block will be before the start time
28+
// Optimization: don't recompute down further, as we know every earlier block will be before the start time
2929
cache[pindexPrev] = THRESHOLD_DEFINED;
3030
break;
3131
}

0 commit comments

Comments
 (0)