mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Update bootnodes and boot_node cli (#1961)
This commit is contained in:
@@ -79,7 +79,7 @@ impl<T: EthSpec> TryFrom<&ArgMatches<'_>> for BootNodeConfig<T> {
|
||||
let private_key = load_private_key(&network_config, &logger);
|
||||
let local_key = CombinedKey::from_libp2p(&private_key)?;
|
||||
|
||||
let mut local_enr = create_enr_builder_from_config(&network_config)
|
||||
let mut local_enr = create_enr_builder_from_config(&network_config, false)
|
||||
.build(&local_key)
|
||||
.map_err(|e| format!("Failed to build ENR: {:?}", e))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user