Fixed invalid reference

pull/400/head
Mark Qvist 2023-11-02 21:33:21 +01:00
rodzic 494bde4e79
commit 957c2b3bc1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -334,7 +334,7 @@ class Transport:
if time.time() - last_path_request > Transport.PATH_REQUEST_MI:
RNS.log("Trying to rediscover path for "+RNS.prettyhexrep(link.destination.hash)+" since an attempted link was never established", RNS.LOG_DEBUG)
if not link.destination.hash in path_requests:
blocked_if = link_entry[4]
blocked_if = None
path_requests[link.destination.hash] = blocked_if
Transport.pending_links.remove(link)