mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-14 14:59:33 +02:00
change job not found from error to warning
This commit is contained in:
parent
d32c4b2b2e
commit
afb5ead74b
@ -354,7 +354,7 @@ export class StratumV1Client extends EasyUnsubscribe {
|
||||
submission.id,
|
||||
eStratumErrorCode.JobNotFound,
|
||||
'Job not found').response();
|
||||
console.error(err);
|
||||
console.log(err);
|
||||
await this.promiseSocket.write(err);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user