1
0

replace wallet.interface everywhere

This commit is contained in:
thomasv
2013-09-12 14:58:42 +02:00
parent 907dca6eb9
commit 6b6c508976
10 changed files with 87 additions and 86 deletions

View File

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