Commit 8ada4e03 authored by Damian Johnson's avatar Damian Johnson
Browse files

Re-enable check that BadExit flags are in sync

Roger says these are useful to him and that he's willing to invest effort to
keep in sync so re-enabling the checks...

  https://trac.torproject.org/projects/tor/ticket/17441#comment:3
parent f1d40c6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ def run_checks(consensuses, votes):
    #unmeasured_relays,
    has_authority_flag,
    is_recommended_versions,
    #bad_exits_in_sync,
    bad_exits_in_sync,
    bandwidth_authorities_in_sync,
  )