Skip to content

Commit

Permalink
Fix typo (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed Jul 16, 2020
1 parent e78aec6 commit 9df56c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/mining.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9df56c3

Please sign in to comment.