fn sync_subchain(
    params: SyncParams,
    pending_blocks: Receiver<BTreeSet<Slot>>,
) -> JoinHandle<SyncParams>Expand description
Sync a portion of the blockchain.
Set end to Point::TIP to sync the tip continuously.
fn sync_subchain(
    params: SyncParams,
    pending_blocks: Receiver<BTreeSet<Slot>>,
) -> JoinHandle<SyncParams>Sync a portion of the blockchain.
Set end to Point::TIP to sync the tip continuously.