mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Set successful connect to true on auth stratum to allow summary on exit from single stratum pool.
This commit is contained in:
parent
30f6840b5c
commit
68f1b2c4b5
1
util.c
1
util.c
@ -1311,6 +1311,7 @@ bool auth_stratum(struct pool *pool)
|
|||||||
ret = true;
|
ret = true;
|
||||||
applog(LOG_INFO, "Stratum authorisation success for pool %d", pool->pool_no);
|
applog(LOG_INFO, "Stratum authorisation success for pool %d", pool->pool_no);
|
||||||
pool->probed = true;
|
pool->probed = true;
|
||||||
|
successful_connect = true;
|
||||||
out:
|
out:
|
||||||
if (val)
|
if (val)
|
||||||
json_decref(val);
|
json_decref(val);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user