mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
Merge pull request #499 from shunyata/bugfix/synchronizer-attribute-is-uninitialized
wallet.synchronizer should exist at construction.
This commit is contained in:
commit
3467bd0101
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ class Wallet:
|
|||
print msg
|
||||
sys.exit(1)
|
||||
|
||||
# This attribute is set when wallet.start_threads is called.
|
||||
self.synchronizer = None
|
||||
|
||||
self.load_accounts()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue