[tor-commits] [chutney/master] TorNet: update a comment

teor at torproject.org teor at torproject.org
Fri Mar 20 01:54:49 UTC 2020


commit 76981f086d29176c05d060acc8acb9b4d01886cd
Author: teor <teor at torproject.org>
Date:   Fri Mar 20 11:53:44 2020 +1000

    TorNet: update a comment
    
    Microdescriptor search in #33428 is almost finished, so change the
    comment to refer to onion service descriptor search in #33609.
---
 lib/chutney/TorNet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index ff20726..b2fde0c 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -2274,7 +2274,7 @@ class Network(object):
                 # condition where:
                 #  - all the directory info that chutney checks is present,
                 #  - but some unchecked dir info is missing
-                #    (perhaps microdescriptors, see #33428)
+                #    (perhaps onion service descriptors, see #33609)
                 #    or some other state or connection isn't quite ready, and
                 #  - chutney's SOCKS connection puts tor in a failing state,
                 #    which affects tor for at least 10 seconds.



More information about the tor-commits mailing list