mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-08 06:01:55 -07:00
Cleaned up superfluous path state call
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user