mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
follow up 6f72fa4
This commit is contained in:
parent
6f72fa4e94
commit
bd5effb1b8
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ class Network(util.DaemonThread):
|
|||
if next_height in [True, False]:
|
||||
self.bc_requests.popleft()
|
||||
if next_height:
|
||||
self.switch_lagging_interface(interface)
|
||||
self.switch_lagging_interface(interface.server)
|
||||
self.notify('updated')
|
||||
else:
|
||||
interface.print_error("header didn't connect, dismissing interface")
|
||||
|
|
Loading…
Add table
Reference in a new issue