Skip to content

Commit

Permalink
Update src/l1_fetcher.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan <[email protected]>
  • Loading branch information
tuommaki and zeapoz authored Oct 20, 2023
1 parent d58f7b8 commit e9c1e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/l1_fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl L1Fetcher {
// - Referred L1 block fetch.
// - Calldata parsing.
let tx_handle = tokio::spawn({
let mut last_block = current_l1_block_number.as_u64().clone();
let mut last_block = current_l1_block_number.as_u64();
let metrics = metrics.clone();
let provider = self.provider.clone();
async move {
Expand Down

0 comments on commit e9c1e8e

Please sign in to comment.