Merge pull request #499 from shunyata/bugfix/synchronizer-attribute-is-uninitialized
wallet.synchronizer should exist at construction.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user