Merge branch 'master' into master

This commit is contained in:
dvandal
2022-12-09 09:57:11 -05:00
committed by GitHub
5 changed files with 21 additions and 29 deletions

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