From 2413add00df77bb471af23745840327d3623ae0e Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 29 Aug 2024 14:54:40 +0200 Subject: [PATCH] Cleanup --- RNS/Reticulum.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index 94e3b0e..a681a98 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -1457,6 +1457,11 @@ class Reticulum: rpc_connection = multiprocessing.connection.Client(self.rpc_addr, authkey=self.rpc_key) rpc_connection.send({"get": "next_hop", "destination_hash": destination}) response = rpc_connection.recv() + + # TODO: Remove this debugging function + # if not response: + # response = RNS.Transport.next_hop(destination) + return response else: