bootstrap_path

Function bootstrap_path 

Source
pub fn bootstrap_path() -> BpResult<PathBuf>
Expand description

Path to the user-editable bootstrap node list.

Each entry is a multiaddr string that includes a /p2p/<PeerId> suffix, for example /ip4/203.0.113.1/tcp/4001/p2p/12D3KooW.... The list is read once at daemon startup; add entries with a text editor or via bp bootstrap add <addr> (when implemented).