clients: knocking 0-scored nodes out of the effective topology

This commit is contained in:
Dave Hrycyszyn
2020-01-14 14:40:37 +00:00
parent 330cfdc259
commit 05db16677d
+1 -1
View File
@@ -227,7 +227,7 @@ impl NymClient {
}
pub fn start(self) -> Result<(), Box<dyn std::error::Error>> {
let score_threshold = 10.0;
let score_threshold = 0.0;
println!("Starting nym client");
let mut rt = Runtime::new()?;