mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-28 02:12:09 +00:00
Cleaned up superfluous path state call
This commit is contained in:
parent
91d531b053
commit
ef8ccf67ed
1 changed files with 0 additions and 1 deletions
|
|
@ -1828,7 +1828,6 @@ class Transport:
|
|||
else:
|
||||
# If this destination is unknown in our table
|
||||
# we should add it
|
||||
Transport.mark_path_unknown_state(packet.destination_hash)
|
||||
should_add = True
|
||||
|
||||
if should_add:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue