Skip to content

Commit

Permalink
Keep the C worker up to date with Rust bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored and str4d committed Jan 26, 2024
1 parent 8b60606 commit 8e66e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/equihash/tromp/equi_miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,9 @@ void *worker(void *vp) {

// if (tp->id == 0)
// printf("Digit 0\n");
if (tp->id == 0) {
equi_clearslots(eq);
}
equi_digit0(eq, tp->id);
if (tp->id == 0) {
equi_clearslots(eq);
Expand Down

0 comments on commit 8e66e0d

Please sign in to comment.