Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Aug 27, 2024
1 parent e5a89ff commit ee6fe9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/client/src/l1/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ where
);
let dap = EthereumDataSource::new(chain_provider.clone(), blob_provider, &cfg);

// Walk back the starting L1 block by `channel_timeout` to ensure that the full channel is captured.
// Walk back the starting L1 block by `channel_timeout` to ensure that the full channel is
// captured.
let channel_timeout =
boot_info.rollup_config.channel_timeout(l2_safe_head.block_info.timestamp);
let mut l1_origin_number = l1_origin.number.saturating_sub(channel_timeout);
Expand Down

0 comments on commit ee6fe9b

Please sign in to comment.