Fix comments from Michael

This commit is contained in:
Paul Hauner
2019-09-26 10:46:56 +10:00
parent 4ba6e916d5
commit b4806d27eb
4 changed files with 18 additions and 29 deletions

View File

@@ -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));