Browse Source

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

nfactor-troky
ckolivas 12 years ago
parent
commit
19267907c0
  1. 1
      cgminer.c

1
cgminer.c

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

Loading…
Cancel
Save