Fix iplocate cerificates (#283)

This commit is contained in:
Maciej Hirsz
2020-08-26 14:17:53 +02:00
committed by GitHub
parent 0f13c76fe1
commit 530132a3bb
3 changed files with 2 additions and 12 deletions
-2
View File
@@ -48,8 +48,6 @@ impl Actor for NodeConnector {
impl NodeConnector {
pub fn new(aggregator: Addr<Aggregator>, locator: Recipient<LocateRequest>, ip: Option<Ipv4Addr>) -> Self {
info!("Node connected: {:?}", ip);
Self {
// Garbage id, will be replaced by the Initialize message
nid: !0,