Fixed received link packet proofs not resetting watchdog stale timer

This commit is contained in:
Mark Qvist 2023-05-11 16:22:44 +02:00
parent 523fc7b8f9
commit 1542c5f4fe
2 changed files with 4 additions and 1 deletions

View file

@ -400,6 +400,7 @@ class PacketReceipt:
self.proved = True
self.concluded_at = time.time()
self.proof_packet = proof_packet
link.last_proof = self.concluded_at
if self.callbacks.delivery != None:
try: