mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-05 02:32:18 +00:00
Typo.
This commit is contained in:
parent
0eaacb8c3e
commit
20ce1ebf2a
2
main.c
2
main.c
@ -2246,7 +2246,7 @@ static bool pool_active(struct pool *pool)
|
|||||||
ret = true;
|
ret = true;
|
||||||
gettimeofday(&pool->tv_idle, NULL);
|
gettimeofday(&pool->tv_idle, NULL);
|
||||||
} else {
|
} else {
|
||||||
applog(LOG_DEBUG, "Successfully retreived but FAILED to decipher work from pool %u %s",
|
applog(LOG_DEBUG, "Successfully retrieved but FAILED to decipher work from pool %u %s",
|
||||||
pool->pool_no, pool->rpc_url);
|
pool->pool_no, pool->rpc_url);
|
||||||
free(work);
|
free(work);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user