Send RPC id with jobs.
This commit is contained in:
parent
cd3cabd150
commit
2ebcec91c0
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue