diff --git a/protocols/floodsub/src/layer.rs b/protocols/floodsub/src/layer.rs index ed7fd694..9971aa97 100644 --- a/protocols/floodsub/src/layer.rs +++ b/protocols/floodsub/src/layer.rs @@ -42,7 +42,7 @@ pub struct FloodsubBehaviour { /// List of peers the network is connected to, and the topics that they're subscribed to. // TODO: filter out peers that don't support floodsub, so that we avoid hammering them with - // opened substream + // opened substreams connected_peers: HashMap>, // List of topics we're subscribed to. Necessary to filter out messages that we receive