fix workerName

This commit is contained in:
dodois
2021-04-05 11:36:42 +08:00
committed by GitHub
parent 462ca1e55d
commit 762e93e07c

View File

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