Browse Source

Stratum disconnect shares - count total against stale

nfactor-troky
Kano 12 years ago committed by Con Kolivas
parent
commit
f52f02e9b7
  1. 4
      cgminer.c

4
cgminer.c

@ -4581,8 +4581,8 @@ static void clear_stratum_shares(struct pool *pool) @@ -4581,8 +4581,8 @@ static void clear_stratum_shares(struct pool *pool)
if (cleared) {
applog(LOG_WARNING, "Lost %d shares due to stratum disconnect on pool %d", cleared, pool->pool_no);
pool->stale_shares++;
total_stale++;
pool->stale_shares += cleared;
total_stale += cleared;
}
}

Loading…
Cancel
Save