Send RPC id with jobs.

master
Didrole 7 years ago
parent cd3cabd150
commit 2ebcec91c0

@ -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;
};

Loading…
Cancel
Save