From 72300cc82129a5b2565de099d7ebdafa4d4e2c57 Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Tue, 28 Feb 2023 08:24:13 -0600 Subject: [PATCH] Revert "Only send proof if link is still active" --- RNS/Link.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RNS/Link.py b/RNS/Link.py index 9f95ba0..822e1fc 100644 --- a/RNS/Link.py +++ b/RNS/Link.py @@ -808,8 +808,7 @@ class Link: else: plaintext = self.decrypt(packet.data) self._channel._receive(plaintext) - if self.status == Link.ACTIVE: - packet.prove() + packet.prove() elif packet.packet_type == RNS.Packet.PROOF: if packet.context == RNS.Packet.RESOURCE_PRF: