[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [doctor/master] Drop hack to disable tor26 bwauth checks



commit 1ff437ac3024d2c3b324988c8c2dd2d859a44d2f
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date:   Sun Oct 11 10:02:05 2015 -0700

    Drop hack to disable tor26 bwauth checks
    
    Flag is dropped from Stem now that tor26 is no longer a bandwidth authority, so
    we can disable the hack here.
---
 consensus_health_checker.py |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index 1a9608d..b4e16a9 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -51,10 +51,6 @@ downloader = stem.descriptor.remote.DescriptorDownloader(
 
 Destination = collections.namedtuple('Destination', ('address', 'bcc'))
 
-# weasel gave a notice on 5/20/15 that tor26's bandwidth auth was having issues
-
-DIRECTORY_AUTHORITIES['tor26'].is_bandwidth_authority = False
-
 
 class Issue(object):
   """

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits