mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Fix comments from Michael
This commit is contained in:
@@ -49,7 +49,6 @@ impl Service {
|
||||
};
|
||||
|
||||
// load the private key from CLI flag, disk or generate a new one
|
||||
// let local_private_key = load_private_key(&config, &log);
|
||||
let local_peer_id = PeerId::from(local_keypair.public());
|
||||
info!(log, "Libp2p Service"; "peer_id" => format!("{:?}", local_peer_id));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user