mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-08 07:10:15 +00:00
Revert "Only send proof if link is still active"
This commit is contained in:
parent
8168d9bb92
commit
72300cc821
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user