rm dead code
This commit is contained in:
parent
8260dfdbe7
commit
2a10d3075e
@ -885,8 +885,6 @@ class Network(util.DaemonThread):
|
|||||||
interface.print_error("cannot connect %d"% height)
|
interface.print_error("cannot connect %d"% height)
|
||||||
interface.mode = 'backward'
|
interface.mode = 'backward'
|
||||||
interface.bad = height
|
interface.bad = height
|
||||||
# save height where we failed
|
|
||||||
interface.blockchain_height = interface.blockchain.height()
|
|
||||||
next_height = height - 1
|
next_height = height - 1
|
||||||
else:
|
else:
|
||||||
raise BaseException(interface.mode)
|
raise BaseException(interface.mode)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user