commit 20a5e6a7e413cf4f5ef018b0d4e41c5c2b61fce2 Author: Damian Johnson atagar@torproject.org Date: Mon Jan 22 08:53:31 2018 -0800
Disable consensus parameter check
Disabling this per Roger's request. --- consensus_health_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py index 4eb04cd..23f3f9d 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -313,7 +313,7 @@ def run_checks(consensuses, votes): consensus_method_unsupported, different_recommended_client_version, different_recommended_server_version, - unknown_consensus_parameters, + #unknown_consensus_parameters, # tor is fiddling with these quite a bit, #24895 #vote_parameters_mismatch_consensus, certificate_expiration, consensuses_have_same_votes,
tor-commits@lists.torproject.org