mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Cleanup
This commit is contained in:
parent
eeb424ecee
commit
81158c27e4
2 changed files with 0 additions and 24 deletions
|
@ -215,12 +215,6 @@ class Link:
|
|||
proof.send()
|
||||
self.had_outbound()
|
||||
|
||||
# TODO: Remove debug
|
||||
if proof.sent:
|
||||
RNS.log("The LR proof was sent")
|
||||
else:
|
||||
RNS.log("The LR proof was not sent")
|
||||
|
||||
|
||||
def prove_packet(self, packet):
|
||||
signature = self.sign(packet.packet_hash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue