mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-21 21:24:12 -04:00
Fixed received link packet proofs not resetting watchdog stale timer
This commit is contained in:
parent
523fc7b8f9
commit
1542c5f4fe
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue