Updated Nomad Network to Reticulum 0.2.1 elliptic curve cryptography
parent
56f4f20bb2
commit
35b0529f6d
|
@ -141,7 +141,7 @@ class NomadNetworkApp:
|
||||||
RNS.Identity.remember(
|
RNS.Identity.remember(
|
||||||
packet_hash=None,
|
packet_hash=None,
|
||||||
destination_hash=self.lxmf_destination.hash,
|
destination_hash=self.lxmf_destination.hash,
|
||||||
public_key=self.identity.pub_bytes,
|
public_key=self.identity.get_public_key(),
|
||||||
app_data=None
|
app_data=None
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue