Explorar o código

Fix cut-and-paste error in a comment

Ian Goldberg %!s(int64=4) %!d(string=hai) anos
pai
achega
549a13774a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client.py

+ 1 - 1
client.py

@@ -267,7 +267,7 @@ class ClientChannelManager(relay.ChannelManager):
         # Allocate a new circuit id on it
         circid, circhandler = guardchannel.new_circuit()
 
-        # Construct the VanillaCreateCircuitMsg
+        # Construct the TelescopingCreateCircuitMsg
         ntor = relay.NTor(self.perfstats)
         ntor_request = ntor.request()
         circcreatemsg = relay.TelescopingCreateCircuitMsg(circid, ntor_request)