We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e2d5d commit 200259bCopy full SHA for 200259b
crates/node/src/test_utils/reboot.rs
@@ -219,7 +219,6 @@ impl TestFixture {
219
as Arc<dyn ScrollEngineApi + Send + Sync + 'static>;
220
221
// Step 4: Get necessary handles from the new node
222
- let l1_watcher_handle = new_node.inner.add_ons_handle.l1_watcher_handle.clone();
223
let rollup_manager_handle = new_node.inner.add_ons_handle.rollup_manager_handle.clone();
224
225
// Step 5: Restore ForkchoiceState from persisted ChainOrchestrator status
@@ -249,7 +248,6 @@ impl TestFixture {
249
248
node: new_node,
250
engine,
251
chain_orchestrator_rx,
252
- l1_watcher_tx,
253
rollup_manager_handle,
254
typ: if was_sequencer {
255
crate::test_utils::fixture::NodeType::Sequencer
0 commit comments