1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-01 18:55:36 +00:00

misc: clarify currentpool() comment.

This commit is contained in:
Noel Maersk 2014-04-07 22:51:23 +03:00
parent f6616aa63b
commit e7078a5e16

View File

@ -583,7 +583,7 @@ static struct pool* get_current_pool()
return pools[json_array_index];
}
/* Used everywhere else. */
/* Used everywhere else (to get pool currently mined on). */
struct pool *current_pool(void)
{
struct pool *pool;