Fixed rnid output bug

pull/375/head
Mark Qvist 2023-09-18 12:07:30 +02:00
rodzic b237d51276
commit e37ec654ee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -166,8 +166,8 @@ def main():
RNS.log("Identity request timed out", RNS.LOG_ERROR)
exit(6)
else:
RNS.log("Received Identity "+str(identity)+" for destination "+RNS.prettyhexrep(destination_hash)+" from the network")
identity = RNS.Identity.recall(destination_hash)
RNS.log("Received Identity "+str(identity)+" for destination "+RNS.prettyhexrep(destination_hash)+" from the network")
else:
RNS.log("Recalled Identity "+str(identity)+" for destination "+RNS.prettyhexrep(destination_hash))