mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Get rid of polling in WarpSync (#1265)
This commit is contained in:
@@ -732,7 +732,7 @@ pub fn new_full<OverseerGenerator: OverseerGen>(
|
||||
}: NewFullParams<OverseerGenerator>,
|
||||
) -> Result<NewFull, Error> {
|
||||
use polkadot_node_network_protocol::request_response::IncomingRequest;
|
||||
use sc_network_common::sync::warp::WarpSyncParams;
|
||||
use sc_network_sync::warp::WarpSyncParams;
|
||||
|
||||
let is_offchain_indexing_enabled = config.offchain_worker.indexing_enabled;
|
||||
let role = config.role.clone();
|
||||
|
||||
Reference in New Issue
Block a user