This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Aghponehtoo
/
dero-pool
forked from
Captain/dero-pool
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Syntax error fixed.
master
Captain
4 years ago
parent
fe1f997685
commit
82143c2f2e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/pool.js
+ 1
- 1
lib/pool.js
View File
@@ -384,7 +384,7 @@ Miner.prototype = {
return {
blob: blob,
job_id: newJob.id,
target: target
target: target
,
id: this.id
};
},
Write
Preview
Loading…
Cancel
Save