Browse Source

rm dead code

2.9.x
ThomasV 8 years ago
parent
commit
2a10d3075e
  1. 2
      lib/network.py

2
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)

Loading…
Cancel
Save