Updated Nomad Network to Reticulum 0.2.1 elliptic curve cryptography

This commit is contained in:
Mark Qvist 2021-05-20 22:29:02 +02:00
parent 56f4f20bb2
commit 35b0529f6d

View File

@ -141,7 +141,7 @@ class NomadNetworkApp:
RNS.Identity.remember(
packet_hash=None,
destination_hash=self.lxmf_destination.hash,
public_key=self.identity.pub_bytes,
public_key=self.identity.get_public_key(),
app_data=None
)