commit 2a10d3075e29ccf749280913df194a3652f4f622
parent 8260dfdbe7fa9faa828945a0ca890fde34b1e0e2
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 17 Jul 2017 11:25:05 +0200
rm dead code
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/network.py b/lib/network.py
@@ -885,8 +885,6 @@ class Network(util.DaemonThread):
interface.print_error("cannot connect %d"% height)
interface.mode = 'backward'
interface.bad = height
- # save height where we failed
- interface.blockchain_height = interface.blockchain.height()
next_height = height - 1
else:
raise BaseException(interface.mode)