Sfoglia il codice sorgente

bootstrap: Silence a duplicate vote warning

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

Fixes 27303.
teor 6 anni fa
parent
commit
c884a05f3e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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