Skip to content

Commit

Permalink
Change WarpSyncParams import to come from sc_network_sync
Browse files Browse the repository at this point in the history
Change introduced here: paritytech/polkadot-sdk#1912
  • Loading branch information
HCastano committed Jan 19, 2024
1 parent 23aef73 commit c0ce1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cli/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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::warp::WarpSyncParams;
use sc_network_sync::SyncingService;
use sc_offchain::OffchainDb;
use sc_service::{config::Configuration, error::Error as ServiceError, RpcHandlers, TaskManager};
Expand Down

0 comments on commit c0ce1b5

Please sign in to comment.