소스 검색

bootstrap: Silence a duplicate vote warning

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

Fixes 27303.
teor 6 년 전
부모
커밋
c884a05f3e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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