Skip to content
Snippets Groups Projects
Commit 7b121dc3 authored by Damian Johnson's avatar Damian Johnson
Browse files

Disable consensus check for dannenberg

Oops, I also get notifications for this daemon as well.
parent 3f1c5f67
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,8 @@ def main():
continue # authority doesn't vote in the consensus
elif authority.nickname == 'tor26':
continue # DirPort doesn't accept requests without a .z suffix
elif authority.nickname == 'dannenberg':
continue # unable to sign consensus (see commit 3f1c5f6)
log.debug("Downloading the consensus from %s..." % authority.nickname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment