Do not skip submission of old work
This increases compatibility with p2pool
This commit is contained in:
parent
9ba5e94d3d
commit
4d2ee802cd
1 changed files with 0 additions and 4 deletions
|
@ -266,10 +266,6 @@ static bool submit_upstream_work(CURL *curl, const struct work *work)
|
||||||
int i;
|
int i;
|
||||||
bool rc = false;
|
bool rc = false;
|
||||||
|
|
||||||
/* pass if the previous hash is not the current previous hash */
|
|
||||||
if (memcmp(work->data + 4, g_work.data + 4, 32))
|
|
||||||
return true;
|
|
||||||
|
|
||||||
/* build hex string */
|
/* build hex string */
|
||||||
hexstr = bin2hex(work->data, sizeof(work->data));
|
hexstr = bin2hex(work->data, sizeof(work->data));
|
||||||
if (unlikely(!hexstr)) {
|
if (unlikely(!hexstr)) {
|
||||||
|
|
Loading…
Reference in a new issue