@@ -1310,6 +1310,7 @@ bool auth_stratum(struct pool *pool)
}
ret = true;
applog(LOG_INFO, "Stratum authorisation success for pool %d", pool->pool_no);
+ pool->probed = true;
out:
if (val)
json_decref(val);