Skip to content

Commit

Permalink
set cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jan 18, 2025
1 parent 3f87274 commit 457ebff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/client/src/interop/transition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ where
let cursor =
new_pipeline_cursor(&boot.rollup_config, safe_head, &mut l1_provider, &mut l2_provider)
.await?;
l2_provider.set_cursor(cursor.clone());

let cfg = Arc::new(boot.rollup_config.clone());
let pipeline = OraclePipeline::new(
cfg.clone(),
Expand Down

0 comments on commit 457ebff

Please sign in to comment.