Revert "Only send proof if link is still active"

This commit is contained in:
Aaron Heise
2023-02-28 08:24:13 -06:00
parent 8168d9bb92
commit 72300cc821

View File

@@ -808,7 +808,6 @@ class Link:
else:
plaintext = self.decrypt(packet.data)
self._channel._receive(plaintext)
if self.status == Link.ACTIVE:
packet.prove()
elif packet.packet_type == RNS.Packet.PROOF: