mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-10 01:54:57 -04:00
Updated method names
This commit is contained in:
parent
7783f2eddf
commit
c816b2cfd4
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ class Conversation:
|
|||
@staticmethod
|
||||
def query_for_peer(source_hash):
|
||||
try:
|
||||
RNS.Transport.requestPath(bytes.fromhex(source_hash))
|
||||
RNS.Transport.request_path(bytes.fromhex(source_hash))
|
||||
except Exception as e:
|
||||
RNS.log("Error while querying network for peer identity. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue