Skip to main content

Module manual_bootstrap_provider

Module manual_bootstrap_provider 

Source
Expand description

§Hand-configured bootstrap provider

Trivial implementation of crate::transport::bootstrap_provider::bootstrap_provider::BootstrapProvider that just hands back a Vec<String> provided at construction time. Used by tests (the integration-test harness feeds every client the addresses of the in-memory servers it spawned) and by private deployments that prefer to pin seed nodes in config rather than rely on public DNSSEC.

Structs§

ManualBootstrapProvider