Browse Source

bootstrap: Silence a duplicate vote warning

Chutney sometimes misses votes, and then gets them from multiple
authorities.

Fixes 27303.
teor 5 years ago
parent
commit
c884a05f3e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/ignore.warnings

+ 2 - 0
tools/ignore.warnings

@@ -22,6 +22,8 @@ Could not open.*sr-state.*No such file or directory
 # Chutney does not use DNS by default
 Couldn't set up any working nameservers. Network not up yet
 Currently, sandboxing is only implemented on Linux
+# Chutney sometimes misses votes, and then gets them from multiple authorities
+Rejecting vote from .*Duplicate discarded
 # We ignore consensus failure warnings
 Error publishing .* consensus
 # Tor 23078, fixed in 0.3.2 and later