1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

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

This commit is contained in:
ckolivas 2012-12-19 14:41:42 +11:00
parent 14457a0b9b
commit 19267907c0

View File

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