mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-24 11:36:10 +00:00
make initial_chain_search
pub
This commit is contained in:
parent
9f6a85e23f
commit
54a249e858
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ async fn request_chain_entry_from_peer<N: NetworkZone>(
|
|||
///
|
||||
/// 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<N: NetworkZone, S, C>(
|
||||
pub async fn initial_chain_search<N: NetworkZone, S, C>(
|
||||
client_pool: &Arc<ClientPool<N>>,
|
||||
mut peer_sync_svc: S,
|
||||
mut our_chain_svc: C,
|
||||
|
|
Loading…
Reference in a new issue