diff --git a/les/costtracker.go b/les/costtracker.go index 5bbcd13e38..e463c9f8b0 100644 --- a/les/costtracker.go +++ b/les/costtracker.go @@ -260,7 +260,7 @@ func (ct *costTracker) gfLoop() { if recentAvg > max { max = recentAvg } - // we apply continous correction when MAX(recentTime, recentAvg) > threshold + // we apply continuous correction when MAX(recentTime, recentAvg) > threshold if max > threshold { // calculate correction time between last expUpdate and now if max*exp >= threshold {