mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Add multiaddr support in bootnodes (#1481)
## Issue Addressed #1384 Only catch, as currently implemented, when dialing the multiaddr nodes, there is no way to ask the peer manager if they are already connected or dialing
This commit is contained in:
@@ -86,7 +86,7 @@ impl<E: EthSpec> LocalNetwork<E> {
|
||||
|
||||
let boot_node = read_lock.first().expect("should have at least one node");
|
||||
|
||||
beacon_config.network.boot_nodes.push(
|
||||
beacon_config.network.boot_nodes_enr.push(
|
||||
boot_node
|
||||
.client
|
||||
.enr()
|
||||
|
||||
Reference in New Issue
Block a user