Skip to content

Commit

Permalink
Revert "Fix typo (mimblewimble#251)"
Browse files Browse the repository at this point in the history
This reverts commit 9df56c3.
  • Loading branch information
nuxara committed Jul 25, 2023
1 parent 58ed70b commit 7cfa20d
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 { "rooz" } else { "too" },
if s.edge_bits < 30 { "rood" } else { "too" },
s.edge_bits,
status,
last_solution_time_secs,
Expand Down

0 comments on commit 7cfa20d

Please sign in to comment.