Fix default bw weights with new consensus method

See #14881
This commit is contained in:
Matt Traudt
2016-09-06 12:09:13 -04:00
committed by Nick Mathewson
parent 39375db3dc
commit 909ee0e55f
3 changed files with 14 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (consensus weight):
- Add new consensus method that initializes bw weights to 1 instead of 0. This
prevents a zero weight from making it all the way to the end (happens in
small testing networks) and causing an error. Fixes bug 14881.