Send RPC id with jobs.

This commit is contained in:
Didrole 2017-03-01 12:07:51 +01:00
parent cd3cabd150
commit 2ebcec91c0

View file

@ -457,7 +457,8 @@ function Miner(id, login, pass, ipAddress, startingDiff, messageSender, protoVer
this.cachedJob = {
blob: blob,
job_id: newJob.id,
target: target
target: target,
id: this.id
};
return this.cachedJob;
};