Reset proxy diff to startdiff on each new subscription
This commit is contained in:
parent
47519286a4
commit
683fdec8f2
@ -744,8 +744,7 @@ static bool update_subscribe(ckpool_t *ckp)
|
||||
free(buf);
|
||||
|
||||
ck_wlock(&workbase_lock);
|
||||
if (!proxy_base.diff)
|
||||
proxy_base.diff = 1;
|
||||
proxy_base.diff = ckp->startdiff;
|
||||
/* Length is checked by generator */
|
||||
strcpy(proxy_base.enonce1, json_string_value(json_object_get(val, "enonce1")));
|
||||
proxy_base.enonce1constlen = strlen(proxy_base.enonce1) / 2;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user