Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Sep 7, 2024
1 parent 8199869 commit 2131bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rollup/src/driver/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub struct SyncCursor {
/// The block cache capacity before evicting old entries
/// (to avoid unbounded memory growth)
capacity: usize,
/// The channel timeout for the [RollupConfig] used to create the cursor.
/// The channel timeout used to create the cursor.
channel_timeout: u64,
/// The L1 origin block numbers for which we have an L2 block in the cache.
/// Used to keep track of the order of insertion and evict the oldest entry.
Expand Down

0 comments on commit 2131bcc

Please sign in to comment.