This commit is contained in:
Mark Qvist 2025-01-23 17:36:30 +01:00
parent a3e3868f92
commit fb4bf9b0b9

View File

@ -742,7 +742,6 @@ class LXMRouter:
return node_stats
def stats_get_request(self, path, data, request_id, remote_identity, requested_at):
RNS.log("Stats request", RNS.LOG_DEBUG) # TODO: Remove debug
if remote_identity == None:
return LXMPeer.ERROR_NO_IDENTITY
elif remote_identity.hash != self.identity.hash: