mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 23:24:59 -04:00
Renamed has_path method
This commit is contained in:
parent
0c76d6a15c
commit
a60e4fc5f1
6 changed files with 9 additions and 9 deletions
|
@ -111,7 +111,7 @@ def client(destination_hexhash, configpath, timeout=None):
|
|||
|
||||
# Let's first check if RNS knows a path to the destination.
|
||||
# If it does, we'll load the server identity and create a packet
|
||||
if RNS.Transport.hasPath(destination_hash):
|
||||
if RNS.Transport.has_path(destination_hash):
|
||||
|
||||
# To address the server, we need to know it's public
|
||||
# key, so we check if Reticulum knows this destination.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue