mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-22 20:44:49 +00:00
fix for vstudio
This commit is contained in:
parent
b2b76f8006
commit
0618c2abc3
2
util.cpp
2
util.cpp
@ -1411,7 +1411,7 @@ out:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern time_t g_work_time;
|
extern volatile time_t g_work_time;
|
||||||
static bool stratum_set_difficulty(struct stratum_ctx *sctx, json_t *params)
|
static bool stratum_set_difficulty(struct stratum_ctx *sctx, json_t *params)
|
||||||
{
|
{
|
||||||
double diff;
|
double diff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user