mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up 3d4c64f9e
This commit is contained in:
parent
f1ab3b6097
commit
8b0db38f87
1 changed files with 2 additions and 1 deletions
|
@ -890,7 +890,8 @@ class Network(util.DaemonThread):
|
|||
self.notify('updated')
|
||||
|
||||
elif interface.mode == 'default':
|
||||
if not ok:
|
||||
can_connect = interface.blockchain.can_connect(header)
|
||||
if not can_connect:
|
||||
interface.print_error("default: cannot connect %d"% height)
|
||||
interface.mode = 'backward'
|
||||
interface.bad = height
|
||||
|
|
Loading…
Add table
Reference in a new issue