Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
argonmining committed Aug 27, 2024
1 parent 597cae1 commit 3b76665
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/stratum/sharesManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,4 @@ export class SharesManager {
this.lastAllocationTime = currentTime;
return shares;
}

submitShare(minerAddress: string, workerName: string, jobId: string, nonce: string, difficulty: number) {
this.monitoring.log(`SharesManager: Processing share from ${minerAddress}/${workerName}`);
// ... existing code ...
}
}

0 comments on commit 3b76665

Please sign in to comment.