Browse Source

misc: clarify currentpool() comment.

refactor
Noel Maersk 11 years ago
parent
commit
e7078a5e16
  1. 2
      sgminer.c

2
sgminer.c

@ -583,7 +583,7 @@ static struct pool* get_current_pool() @@ -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;

Loading…
Cancel
Save