Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion timeboost-sequencer/src/include.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl Includer {
.0)
}

/// 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).
fn is_valid_cache(&self) -> bool {
self.cache.len() >= CACHE_SIZE
}
Expand Down
Loading