Skip to content

Commit

Permalink
Update ccminer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Mar 21, 2022
1 parent aa4bd2b commit 65fa9e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ccminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2559,6 +2559,9 @@ static void *miner_thread(void *userdata)
case ALGO_X16R:
rc = scanhash_x16r(thr_id, &work, max_nonce, &hashes_done);
break;
case ALGO_X16RV2:
rc = scanhash_x16rv2(thr_id, &work, max_nonce, &hashes_done);
break;
case ALGO_X16S:
rc = scanhash_x16s(thr_id, &work, max_nonce, &hashes_done);
break;
Expand Down

0 comments on commit 65fa9e1

Please sign in to comment.