Function reth_discv5::bootstrap

source ยท
pub async fn bootstrap(
    bootstrap_nodes: HashSet<BootNode>,
    discv5: &Arc<Discv5>,
) -> Result<(), Error>
Expand description

Bootstraps underlying [discv5::Discv5] node with configured peers.