mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-28 06:17:58 +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 });
|
||||
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);
|
||||
|
||||
let cid = self.lazy_chain(&node.chain, ctx);
|
||||
|
||||
Reference in New Issue
Block a user