Link request debug

pull/10/head
Mark Qvist 2021-12-11 18:33:09 +01:00
rodzic 0273328b23
commit eeb424ecee
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ class Link:
except Exception as e:
RNS.log("Validating link request failed", RNS.LOG_VERBOSE)
traceback.print_exc()
RNS.log("exc: "+str(e))
return None
else:
@ -216,11 +216,11 @@ class Link:
self.had_outbound()
# TODO: Remove debug
if packet.sent:
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)