Fixed typo

This commit is contained in:
Mark Qvist 2026-05-31 22:10:48 +02:00
commit 20864133a3
No known key found for this signature in database

View file

@ -404,7 +404,7 @@ class LXMPeer:
if response == LXMPeer.ERROR_NO_IDENTITY:
if self.link != None:
RNS.log("Remote peer indicated that no identification was received, retrying...", RNS.LOG_VERBOSE)
self.link.identify()
self.link.identify(self.router.identity)
self.state = LXMPeer.LINK_READY
self.sync()
return