Skip to content

Commit 200259b

Browse files
committed
fmt
1 parent 46e2d5d commit 200259b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/node/src/test_utils/reboot.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ impl TestFixture {
219219
as Arc<dyn ScrollEngineApi + Send + Sync + 'static>;
220220

221221
// Step 4: Get necessary handles from the new node
222-
let l1_watcher_handle = new_node.inner.add_ons_handle.l1_watcher_handle.clone();
223222
let rollup_manager_handle = new_node.inner.add_ons_handle.rollup_manager_handle.clone();
224223

225224
// Step 5: Restore ForkchoiceState from persisted ChainOrchestrator status
@@ -249,7 +248,6 @@ impl TestFixture {
249248
node: new_node,
250249
engine,
251250
chain_orchestrator_rx,
252-
l1_watcher_tx,
253251
rollup_manager_handle,
254252
typ: if was_sequencer {
255253
crate::test_utils::fixture::NodeType::Sequencer

0 commit comments

Comments
 (0)