mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-21 07:14:48 -07:00
Revert "Only send proof if link is still active"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user