We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4752437 + cbffd8f commit 6bd7cb4Copy full SHA for 6bd7cb4
timeboost-sequencer/src/include.rs
@@ -227,7 +227,8 @@ impl Includer {
227
.0)
228
}
229
230
- /// Check if the cache is valid, i.e. ends with at least 8 consecutive rounds.
+ /// Check if the cache is valid, i.e. contains at least 8 recent rounds (not necessarily
231
+ /// consecutive).
232
fn is_valid_cache(&self) -> bool {
233
self.cache.len() >= CACHE_SIZE
234
0 commit comments