mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 14:46:05 -04:00
Refactored Packet method names
This commit is contained in:
parent
cd2f49272d
commit
55c0f44e58
5 changed files with 15 additions and 15 deletions
|
@ -329,7 +329,7 @@ class Identity:
|
|||
proof_data = packet.packet_hash + signature
|
||||
|
||||
if destination == None:
|
||||
destination = packet.generateProofDestination()
|
||||
destination = packet.generate_proof_destination()
|
||||
|
||||
proof = RNS.Packet(destination, proof_data, RNS.Packet.PROOF, attached_interface = packet.receiving_interface)
|
||||
proof.send()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue