mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-16 21:38:11 -07:00
Emission timestamp in announce.
This commit is contained in:
@@ -149,6 +149,9 @@ class Destination:
|
||||
destination_hash = self.hash
|
||||
random_hash = RNS.Identity.get_random_hash()[0:5]+int(time.time()).to_bytes(5, "big")
|
||||
|
||||
# TODO: Remove
|
||||
RNS.log("ArB: "+RNS.hexrep(random_hash))
|
||||
|
||||
if app_data == None and self.default_app_data != None:
|
||||
if isinstance(self.default_app_data, bytes):
|
||||
app_data = self.default_app_data
|
||||
|
||||
Reference in New Issue
Block a user