Browse Source

Revert "Reset lagging flag after it has been used in the getwork scheduler."

This reverts commit 19267907c0.

Redundant.
nfactor-troky
Con Kolivas 12 years ago
parent
commit
4f1f5c8ec9
  1. 1
      cgminer.c

1
cgminer.c

@ -6801,7 +6801,6 @@ begin_bench:
total_go++; total_go++;
} }
pool = select_pool(lagging); pool = select_pool(lagging);
lagging = false;
retry: retry:
if (pool->has_stratum) { if (pool->has_stratum) {
while (!pool->stratum_active) { while (!pool->stratum_active) {

Loading…
Cancel
Save