From b2734bf42b2af5fd4ded13c1a8182b2a4b63b1ea Mon Sep 17 00:00:00 2001 From: lunar-mining Date: Fri, 1 Jul 2022 11:01:22 +0200 Subject: [PATCH] net: comment out unimplemented code --- src/net/channel.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/net/channel.rs b/src/net/channel.rs index 7b14c3e70..8c26da6a4 100644 --- a/src/net/channel.rs +++ b/src/net/channel.rs @@ -98,9 +98,9 @@ impl Channel { self.info.lock().await.get_info().await } - async fn session_type_id(&self) -> Result<()> { - // - } + //async fn session_type_id(&self) -> Result<()> { + // // + //} /// Starts the channel. Runs a receive loop to start receiving messages or /// handles a network failure.