Skip to content

Commit

Permalink
qubit: fix difficulty factor for yaamp
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Feb 11, 2015
1 parent 09c3ac6 commit 20e6ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,6 @@ static void stratum_gen_work(struct stratum_ctx *sctx, struct work *work)
break;
case ALGO_KECCAK:
case ALGO_LYRA2:
case ALGO_QUBIT:
diff_to_target(work->target, sctx->job.diff / (128.0 * opt_difficulty));
break;
default:
Expand Down

0 comments on commit 20e6ee1

Please sign in to comment.