From 7cfa20d9c2619f7e25fab52d5482409eba9a2d08 Mon Sep 17 00:00:00 2001 From: nuxara <140354218+nuxara@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:23:29 +0200 Subject: [PATCH] Revert "Fix typo (#251)" This reverts commit 9df56c3fcf00fdb757b3e79476debd48ad32350c. --- 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 29eae13..7a1de6c 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 { "rooz" } else { "too" }, + if s.edge_bits < 30 { "rood" } else { "too" }, s.edge_bits, status, last_solution_time_secs,