Only the proxied versions need that data. Really. Why doesn't node blow up if I do that...
This commit is contained in:
parent
e0d39be694
commit
e23658c21f
1 changed files with 2 additions and 2 deletions
|
|
@ -479,8 +479,6 @@ function Miner(id, login, pass, ipAddress, startingDiff, messageSender, protoVer
|
|||
height: activeBlockTemplate.height,
|
||||
difficulty: this.difficulty,
|
||||
diffHex: this.diffHex,
|
||||
clientPoolLocation: activeBlockTemplate.clientPoolLocation,
|
||||
clientNonceLocation: activeBlockTemplate.clientNonceLocation,
|
||||
submissions: []
|
||||
};
|
||||
|
||||
|
|
@ -501,6 +499,8 @@ function Miner(id, login, pass, ipAddress, startingDiff, messageSender, protoVer
|
|||
height: activeBlockTemplate.height,
|
||||
difficulty: this.difficulty,
|
||||
diffHex: this.diffHex,
|
||||
clientPoolLocation: activeBlockTemplate.clientPoolLocation,
|
||||
clientNonceLocation: activeBlockTemplate.clientNonceLocation,
|
||||
submissions: []
|
||||
};
|
||||
this.validJobs.enq(newJob);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue