mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-14 08:48:01 +00:00
There is no need for pool active testing to be mandatory any more with queue request changes.
This commit is contained in:
parent
e4326e3ca2
commit
499c594cba
@ -3617,7 +3617,6 @@ static bool pool_active(struct pool *pool, bool pinging)
|
||||
struct work *work = make_work();
|
||||
bool rc;
|
||||
|
||||
work->mandatory = true;
|
||||
rc = work_decode(json_object_get(val, "result"), work);
|
||||
if (rc) {
|
||||
applog(LOG_DEBUG, "Successfully retrieved and deciphered work from pool %u %s",
|
||||
|
Loading…
Reference in New Issue
Block a user