mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-11 18:51:13 +00:00
Update backend/src/aggregator.rs
Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
This commit is contained in:
@@ -131,7 +131,7 @@ pub struct AddNode {
|
||||
/// Connection id used by the node connector for multiplexing parachains
|
||||
pub conn_id: ConnId,
|
||||
/// Recipient for the initialization message
|
||||
pub rec: Recipient<Initialize>,
|
||||
pub rec: Addr<NodeConnector>,
|
||||
/// Recipient for the mute message
|
||||
pub mute: Recipient<Mute>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user