Refactored Identity method names

This commit is contained in:
Mark Qvist 2021-05-16 16:15:57 +02:00
parent fe773c32e2
commit d03b7d7a52
8 changed files with 42 additions and 42 deletions

View file

@ -120,7 +120,7 @@ class Reticulum:
exit(1)
self.__apply_config()
RNS.Identity.loadKnownDestinations()
RNS.Identity.load_known_destinations()
RNS.Transport.start(self)