mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-27 06:54:36 +00:00
Merge pull request #366 from kanoi/usb2
API show if pool has GBT (so people know not to use that pool)
This commit is contained in:
commit
6b6ff393b3
1
api.c
1
api.c
@ -1977,6 +1977,7 @@ static void poolstatus(struct io_data *io_data, __maybe_unused SOCKETTYPE c, __m
|
||||
root = api_add_escape(root, "Stratum URL", pool->stratum_url, false);
|
||||
else
|
||||
root = api_add_const(root, "Stratum URL", BLANK, false);
|
||||
root = api_add_bool(root, "Has GBT", &(pool->has_gbt), false);
|
||||
|
||||
root = print_data(root, buf, isjson, isjson && (i > 0));
|
||||
io_add(io_data, buf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user