mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-18 05:41:43 +01:00
bug
This commit is contained in:
parent
019055bc5a
commit
5847665042
@ -265,7 +265,7 @@ export class StratumV1Client extends EasyUnsubscribe {
|
||||
|
||||
this.addressSettings = await this.addressSettingsService.getSettings(this.clientAuthorization.address);
|
||||
if (this.addressSettings == null) {
|
||||
this.addressSettingsService.createNew(this.clientAuthorization.address);
|
||||
this.addressSettings = await this.addressSettingsService.createNew(this.clientAuthorization.address);
|
||||
}
|
||||
|
||||
if (this.clientSuggestedDifficulty == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user