mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 14:04:25 +00:00
hexstr is too small in test_work_current
This commit is contained in:
parent
166200c094
commit
07837072f1
@ -4004,7 +4004,7 @@ static void set_blockdiff(const struct work *work)
|
|||||||
static bool test_work_current(struct work *work)
|
static bool test_work_current(struct work *work)
|
||||||
{
|
{
|
||||||
bool ret = true;
|
bool ret = true;
|
||||||
char hexstr[20];
|
char hexstr[40];
|
||||||
|
|
||||||
if (work->mandatory)
|
if (work->mandatory)
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user