mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Refactored Packet method names
This commit is contained in:
parent
cd2f49272d
commit
55c0f44e58
5 changed files with 15 additions and 15 deletions
|
@ -448,7 +448,7 @@ class Link:
|
|||
resource_hash = packet.data[0:RNS.Identity.HASHLENGTH//8]
|
||||
for resource in self.outgoing_resources:
|
||||
if resource_hash == resource.hash:
|
||||
resource.validateProof(packet.data)
|
||||
resource.validate_proof(packet.data)
|
||||
|
||||
self.watchdog_lock = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue