mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-07 08:35:11 -04:00
Updated Nomad Network to Reticulum 0.2.1 elliptic curve cryptography
This commit is contained in:
parent
56f4f20bb2
commit
35b0529f6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue