From 76cf73b70bbb2daa2093d1af2e0e3dea0fe22b50 Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Wed, 4 Mar 2020 15:34:57 +0000 Subject: [PATCH] Exposed new method --- nym-client/src/client/cover_traffic_stream.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-client/src/client/cover_traffic_stream.rs b/nym-client/src/client/cover_traffic_stream.rs index 0eddaee926..91faf16851 100644 --- a/nym-client/src/client/cover_traffic_stream.rs +++ b/nym-client/src/client/cover_traffic_stream.rs @@ -48,7 +48,7 @@ impl Stream for LoopCoverTrafficStream { } impl LoopCoverTrafficStream { - fn new( + pub(crate) fn new( mix_tx: MixMessageSender, our_info: Destination, mut topology_access: TopologyAccessor,