diff --git a/p2p/cuprate-p2p/src/block_downloader.rs b/p2p/cuprate-p2p/src/block_downloader.rs index 337d8e15..31f7fe01 100644 --- a/p2p/cuprate-p2p/src/block_downloader.rs +++ b/p2p/cuprate-p2p/src/block_downloader.rs @@ -1039,7 +1039,7 @@ async fn request_chain_entry_from_peer( /// /// We then wait for their response and choose the peer who claims the highest cumulative difficulty. #[instrument(level = "error", skip_all)] -async fn initial_chain_search( +pub async fn initial_chain_search( client_pool: &Arc>, mut peer_sync_svc: S, mut our_chain_svc: C,