Added destination ratchet ID getter to API

This commit is contained in:
Mark Qvist 2024-09-07 22:32:03 +02:00
parent 4524a17e67
commit fe054fd03c
2 changed files with 18 additions and 3 deletions

View file

@ -1709,6 +1709,7 @@ class Transport:
except Exception as e:
RNS.log("Error while processing external announce callback.", RNS.LOG_ERROR)
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
RNS.trace_exception(e)
# Handling for link requests to local destinations
elif packet.packet_type == RNS.Packet.LINKREQUEST: