mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
Get rid of polling in WarpSync (#1265)
This commit is contained in:
@@ -32,8 +32,7 @@ use sc_client_api::{Backend, BlockBackend};
|
||||
use sc_consensus_babe::{self, SlotProportion};
|
||||
use sc_executor::NativeElseWasmExecutor;
|
||||
use sc_network::{event::Event, NetworkEventStream, NetworkService};
|
||||
use sc_network_common::sync::warp::WarpSyncParams;
|
||||
use sc_network_sync::SyncingService;
|
||||
use sc_network_sync::{warp::WarpSyncParams, SyncingService};
|
||||
use sc_service::{config::Configuration, error::Error as ServiceError, RpcHandlers, TaskManager};
|
||||
use sc_statement_store::Store as StatementStore;
|
||||
use sc_telemetry::{Telemetry, TelemetryWorker};
|
||||
|
||||
Reference in New Issue
Block a user