commit 76981f086d29176c05d060acc8acb9b4d01886cd Author: teor teor@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.
tor-commits@lists.torproject.org