Browse Source

First pass through testing for GBT should not set probed to true since we are about to probe again.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
878f4d53ab
  1. 3
      cgminer.c

3
cgminer.c

@ -4797,6 +4797,9 @@ retry_stratum:
} }
json_decref(val); json_decref(val);
} }
/* Reset this so we can probe fully just after this. It will be
* set to true that time.*/
pool->probed = false;
if (pool->has_gbt) if (pool->has_gbt)
applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol"); applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");

Loading…
Cancel
Save