mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 14:28:37 +00:00
Remove libp2p multiaddress (#8683)
Co-Authored-By: João Oliveira <hello@jxs.pt> Co-Authored-By: ackintosh <sora.akatsuki@gmail.com>
This commit is contained in:
@@ -573,6 +573,7 @@ impl<E: EthSpec> Network<E> {
|
||||
};
|
||||
|
||||
// attempt to connect to user-input libp2p nodes
|
||||
// DEPRECATED: can be removed in v8.2.0./v9.0.0
|
||||
for multiaddr in &config.libp2p_nodes {
|
||||
dial(multiaddr.clone());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user