mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +00:00
Display correct pool number when block is found.
This commit is contained in:
parent
2ff1610307
commit
461b7c6de2
@ -2633,7 +2633,7 @@ static void check_solve(struct work *work)
|
|||||||
work->pool->solved++;
|
work->pool->solved++;
|
||||||
found_blocks++;
|
found_blocks++;
|
||||||
work->mandatory = true;
|
work->mandatory = true;
|
||||||
applog(LOG_NOTICE, "Found block for pool %d!", work->pool);
|
applog(LOG_NOTICE, "Found block for pool %d!", work->pool->pool_no);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user