From e37ec654ee834e736dc06d151f52e11f3549c862 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 18 Sep 2023 12:07:30 +0200 Subject: [PATCH] Fixed rnid output bug --- RNS/Utilities/rnid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Utilities/rnid.py b/RNS/Utilities/rnid.py index b1bff62..6fc8e09 100644 --- a/RNS/Utilities/rnid.py +++ b/RNS/Utilities/rnid.py @@ -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))