Skip to content

Commit

Permalink
Merge commit 'b4811a7' into bfgminer
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Nov 30, 2016
2 parents d7bb009 + b4811a7 commit 92d8179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver-stratum.c
Expand Up @@ -791,6 +791,7 @@ const char *stratumsrv_init_diff(struct cgpu_info * const proc, const char * con
if (nv <= minimum_pdiff)
nv = minimum_pdiff;
conn->desired_share_pdiff = nv;
conn->desired_default_share_pdiff = false;

return NULL;
}
Expand Down

0 comments on commit 92d8179

Please sign in to comment.