Function darkfid::task::sync::retrieve_headers

source ยท
async fn retrieve_headers(
    node: &Darkfid,
    peers: &[ChannelPtr],
    last_known: u32,
    tip_height: u32,
) -> Result<()>
Expand description

Auxiliary function to retrieve headers backwards until our last known one and verify them.