Merge pull request #13434 from Chia-Network/checkpoint/main_from_release_1.6.0_196592a94ce62bb4c00a1c6614a490b40297722c

checkpoint: into main from release/1.6.0  @ 196592a94c
This commit is contained in:
William Allen 2022-09-12 15:45:59 -05:00 committed by GitHub
commit e588566045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -401,6 +401,7 @@ class PoolWallet:
self.wallet_info = wallet_info
self.target_state = None
self.log = logging.getLogger(name if name else __name__)
self._update_pool_config_after_sync_task = None
await self.update_pool_config()
return self