mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Cleanup dependencies + dead code (#2302)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user