Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-gadelshin committed Jul 17, 2024
1 parent f73e546 commit 175ccd9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions crates/subspace-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -943,21 +943,6 @@ where
sync_service.clone(),
);

// TODO: enable after the domain-sync implementation
// if let Some(offchain_storage) = backend.offchain_storage() {
// let mmr_sync_task = mmr_sync(
// fork_id,
// Arc::clone(&client),
// Arc::clone(&network_service),
// sync_service.clone(),
// offchain_storage,
// );
//
// task_manager
// .spawn_handle()
// .spawn("mmr-sync", Some("mmr-sync"), mmr_sync_task);
// }

let (observer, worker) = sync_from_dsn::create_observer_and_worker(
segment_headers_store.clone(),
Arc::clone(&network_service),
Expand Down

0 comments on commit 175ccd9

Please sign in to comment.