Update backend/src/aggregator.rs

Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>
This commit is contained in:
David
2021-03-27 22:08:12 +01:00
committed by GitHub
parent 9b42bf4af0
commit 3d6bdbcef6
+1 -1
View File
@@ -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>,
}