1
0

wizard: start wallet threads

This commit is contained in:
ThomasV
2013-09-01 18:58:09 +02:00
parent 046ec58d24
commit 7ba686e16f
3 changed files with 6 additions and 10 deletions

View File

@@ -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)