wizard: start wallet threads
This commit is contained in:
@@ -125,7 +125,7 @@ class BlockchainVerifier(threading.Thread):
|
||||
requested_headers.remove(result.get('block_height'))
|
||||
else:
|
||||
self.height = result.get('block_height')
|
||||
self.interface.poke('synchronizer')
|
||||
## fixme # self.interface.poke('synchronizer')
|
||||
|
||||
self.pending_headers.sort(key=lambda x: x.get('block_height'))
|
||||
# print "pending headers", map(lambda x: x.get('block_height'), self.pending_headers)
|
||||
|
||||
Reference in New Issue
Block a user