mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 23:45:37 -04:00
Method names updated in examples
This commit is contained in:
parent
235b1cea4c
commit
b0369585e0
3 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@ def client(destination_hexhash, configpath, timeout=None):
|
|||
# If we do not know this destination, tell the
|
||||
# user to wait for an announce to arrive.
|
||||
RNS.log("Destination is not yet known. Requesting path...")
|
||||
RNS.Transport.requestPath(destination_hash)
|
||||
RNS.Transport.request_path(destination_hash)
|
||||
|
||||
# This function is called when our reply destination
|
||||
# receives a proof packet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue