Cleanup dependencies + dead code (#2302)

This commit is contained in:
Sebastian Kunert
2023-03-10 17:09:38 +01:00
committed by GitHub
parent ce03148b28
commit 15ba3d666f
15 changed files with 50 additions and 106 deletions
@@ -30,13 +30,11 @@ use polkadot_primitives::CollatorPair;
use sc_authority_discovery::Service as AuthorityDiscoveryService;
use sc_network::{Event, NetworkService};
use sc_network_common::service::NetworkEventStream;
use std::sync::Arc;
use polkadot_service::{Configuration, TaskManager};
use sc_service::{Configuration, TaskManager};
use sp_runtime::{app_crypto::Pair, traits::Block as BlockT};
use futures::StreamExt;
use sp_runtime::{app_crypto::Pair, traits::Block as BlockT};
use std::sync::Arc;
mod collator_overseer;