Эх сурвалжийг харах

chore: remove artifact from protocol_version

draoi 2 жил өмнө
parent
commit
cbfef54aab

+ 0 - 3
src/net/protocol/protocol_version.rs

@@ -76,8 +76,6 @@ impl ProtocolVersion {
                 self.channel.address(), e,
             );
 
-            // Remove from hosts
-            //self.hosts.remove(self.channel.address()).await;
             self.channel.stop().await;
             return Err(Error::ChannelTimeout)
         }
@@ -151,7 +149,6 @@ impl ProtocolVersion {
                 self.channel.address(),
             );
 
-            //self.hosts.remove(self.channel.address()).await;
             self.channel.stop().await;
             return Err(Error::ChannelStopped)
         }