mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-10 15:30:44 -04:00
Refactored Link method names
This commit is contained in:
parent
d03b7d7a52
commit
cd2f49272d
3 changed files with 16 additions and 16 deletions
|
@ -828,7 +828,7 @@ class Transport:
|
|||
# pending link
|
||||
for link in Transport.pending_links:
|
||||
if link.link_id == packet.destination_hash:
|
||||
link.validateProof(packet)
|
||||
link.validate_proof(packet)
|
||||
|
||||
elif packet.context == RNS.Packet.RESOURCE_PRF:
|
||||
for link in Transport.active_links:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue