mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
fix bug from #1281
This commit is contained in:
parent
bad9030554
commit
0368a2cd5e
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ class Abstract_Wallet(object):
|
||||||
def stop_threads(self):
|
def stop_threads(self):
|
||||||
if self.network:
|
if self.network:
|
||||||
self.verifier.stop()
|
self.verifier.stop()
|
||||||
self.network.jobs = []
|
self.network.jobs.remove(self.synchronizer.main_loop)
|
||||||
self.synchronizer = None
|
self.synchronizer = None
|
||||||
self.storage.put('stored_height', self.get_local_height(), True)
|
self.storage.put('stored_height', self.get_local_height(), True)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue