Implemented path updating for moving nodes

This commit is contained in:
Mark Qvist 2021-10-09 22:13:27 +02:00
parent e8ee26f78d
commit 66ce58f0f4
2 changed files with 12 additions and 18 deletions

View file

@ -149,9 +149,6 @@ 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