mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-26 16:58:00 +00:00
Fix iplocate cerificates (#283)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user