mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 04:51:01 +00:00
Update backend/src/aggregator.rs
Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
This commit is contained in:
@@ -205,7 +205,7 @@ impl Handler<AddNode> for Aggregator {
|
|||||||
let _ = mute.do_send(Mute { reason });
|
let _ = mute.do_send(Mute { reason });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let AddNode { node, conn_id, rec, mute } = msg;
|
let AddNode { node, conn_id, rec } = msg;
|
||||||
log::trace!(target: "Aggregator::AddNode", "New node connected. Chain '{}'", node.chain);
|
log::trace!(target: "Aggregator::AddNode", "New node connected. Chain '{}'", node.chain);
|
||||||
|
|
||||||
let cid = self.lazy_chain(&node.chain, ctx);
|
let cid = self.lazy_chain(&node.chain, ctx);
|
||||||
|
|||||||
Reference in New Issue
Block a user