From 9df56c3fcf00fdb757b3e79476debd48ad32350c Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 16 Jul 2020 09:54:04 -0400 Subject: [PATCH] Fix typo (#251) --- src/bin/mining.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/mining.rs b/src/bin/mining.rs index 7a1de6c..29eae13 100644 --- a/src/bin/mining.rs +++ b/src/bin/mining.rs @@ -143,7 +143,7 @@ impl Controller { i, s.device_id, s.get_device_name(), - if s.edge_bits < 30 { "rood" } else { "too" }, + if s.edge_bits < 30 { "rooz" } else { "too" }, s.edge_bits, status, last_solution_time_secs,