From 3d6bdbcef6a3299afcc210f587ef88f3204c6e3a Mon Sep 17 00:00:00 2001 From: David Date: Sat, 27 Mar 2021 22:08:12 +0100 Subject: [PATCH] Update backend/src/aggregator.rs Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com> --- backend/src/aggregator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }