diff --git a/backend/src/aggregator.rs b/backend/src/aggregator.rs index 05d9970..94c4df3 100644 --- a/backend/src/aggregator.rs +++ b/backend/src/aggregator.rs @@ -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, + pub rec: Addr, /// Recipient for the mute message pub mute: Recipient, }