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.
1 parent 090f0dd commit 0acce4cCopy full SHA for 0acce4c
timeboost-sequencer/src/include.rs
@@ -227,7 +227,7 @@ 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 consecutive).
231
fn is_valid_cache(&self) -> bool {
232
self.cache.len() >= CACHE_SIZE
233
0 commit comments