diff --git a/lib/pool.js b/lib/pool.js index 4f1a97b..cb1d10a 100644 --- a/lib/pool.js +++ b/lib/pool.js @@ -395,7 +395,7 @@ function Miner (rewardType, childRewardType, id, childPoolIndex, login, pass, ip this.noRetarget = noRetarget; this.difficulty = startingDiff; this.validJobs = []; - this.workerName2 = pass; + this.workerName = pass; // Vardiff related variables this.shareTimeRing = utils.ringBuffer(16);