tfix - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 7abbf329b665c76ed8c46ffc474b85b19e57ab48
DIR parent 5e47d1a63534a3b8d1399c4322b1a902d67c5427
HTML Author: ThomasV <thomasv@gitorious>
Date: Fri, 25 Jul 2014 20:14:08 +0200
fix
Diffstat:
M lib/network.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/network.py b/lib/network.py
t@@ -318,7 +318,7 @@ class Network(threading.Thread):
def new_blockchain_height(self, blockchain_height, i):
if self.is_connected():
if self.server_is_lagging():
- print_error( "Server is lagging", blockchain_height, h)
+ print_error( "Server is lagging", blockchain_height, self.get_server_height())
if self.config.get('auto_cycle'):
self.set_server(i.server)