electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 7abbf329b665c76ed8c46ffc474b85b19e57ab48
parent 5e47d1a63534a3b8d1399c4322b1a902d67c5427
Author: ThomasV <thomasv@gitorious>
Date:   Fri, 25 Jul 2014 20:14:08 +0200

fix

Diffstat:
Mlib/network.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/network.py b/lib/network.py @@ -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)