mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix #3922: wrong parameter passed to connection_down
This commit is contained in:
parent
8329faf760
commit
d38a50b119
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ class Network(util.DaemonThread):
|
|||
if not height:
|
||||
return
|
||||
if height < self.max_checkpoint():
|
||||
self.connection_down(interface)
|
||||
self.connection_down(interface.server)
|
||||
return
|
||||
interface.tip_header = header
|
||||
interface.tip = height
|
||||
|
|
Loading…
Add table
Reference in a new issue