rename menu: create tx
[electrum-nvc.git] / lib / blockchain.py
index d0563d6..625c78f 100644 (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