fix bug from #1281
This commit is contained in:
parent
bad9030554
commit
0368a2cd5e
@ -1095,7 +1095,7 @@ class Abstract_Wallet(object):
|
||||
def stop_threads(self):
|
||||
if self.network:
|
||||
self.verifier.stop()
|
||||
self.network.jobs = []
|
||||
self.network.jobs.remove(self.synchronizer.main_loop)
|
||||
self.synchronizer = None
|
||||
self.storage.put('stored_height', self.get_local_height(), True)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user