Only send proof if link is still active
This commit is contained in:
parent
8f0151fed6
commit
8168d9bb92
|
@ -808,6 +808,7 @@ 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:
|
||||
|
|
Loading…
Reference in New Issue