Renamed has_path method

This commit is contained in:
Mark Qvist 2021-05-14 21:36:44 +02:00
parent 0c76d6a15c
commit a60e4fc5f1
6 changed files with 9 additions and 9 deletions

View file

@ -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.