This commit is contained in:
Mark Qvist 2021-12-11 18:41:28 +01:00
parent eeb424ecee
commit 81158c27e4
2 changed files with 0 additions and 24 deletions

View file

@ -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)