From 1c247a5914243db075e1310b098a3a17cbed7de9 Mon Sep 17 00:00:00 2001 From: James Ray <16969914+jamesray1@users.noreply.github.com> Date: Tue, 4 Dec 2018 09:32:51 +0000 Subject: [PATCH] substream -> substreams (#720) --- protocols/floodsub/src/layer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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