From 592c405067a2f221370db85f366c8ac99c8680c8 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 9 Jun 2022 14:46:02 +0200 Subject: [PATCH] Cleanup --- RNS/Link.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Link.py b/RNS/Link.py index c8ea903..6433d86 100644 --- a/RNS/Link.py +++ b/RNS/Link.py @@ -726,6 +726,7 @@ class Link: resource_hash = plaintext[1+RNS.Resource.MAPHASH_LEN:RNS.Identity.HASHLENGTH//8+1+RNS.Resource.MAPHASH_LEN] else: resource_hash = plaintext[1:RNS.Identity.HASHLENGTH//8+1] + for resource in self.outgoing_resources: if resource.hash == resource_hash: # We need to check that this request has not been