1
0

rename menu: create tx

This commit is contained in:
ThomasV
2013-09-15 09:03:45 +02:00
parent f957837e21
commit 41878dc5e0
3 changed files with 10 additions and 7 deletions

View File

@@ -64,10 +64,9 @@ class Blockchain(threading.Thread):
if not result: continue
i, result = result
if not result: continue
i, header = result
if not header: continue
header = result.get('result')
height = header.get('block_height')
self.servers_height[i.server] = height