This commit is contained in:
Ben Wilson 2023-07-30 12:41:09 -04:00
parent be35d90474
commit 95c6fc5f53

View File

@ -291,7 +291,7 @@ export class StratumV1Client extends EasyUnsubscribe {
await this.checkDifficulty();
await this.watchdog();
//await this.watchdog();
})
}
@ -439,7 +439,7 @@ export class StratumV1Client extends EasyUnsubscribe {
return false;
}
//await this.checkDifficulty();
await this.checkDifficulty();
return true;
}