mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-21 05:59:06 -04:00
Cleanup
This commit is contained in:
parent
d5a8e4b056
commit
c0d7f42f17
1 changed files with 0 additions and 1 deletions
|
@ -639,7 +639,6 @@ class Identity:
|
||||||
self.update_hashes()
|
self.update_hashes()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Error while loading public key, the contained exception was: "+str(e), RNS.LOG_ERROR)
|
RNS.log("Error while loading public key, the contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||||
RNS.trace_exception(e)
|
|
||||||
|
|
||||||
def update_hashes(self):
|
def update_hashes(self):
|
||||||
self.hash = Identity.truncated_hash(self.get_public_key())
|
self.hash = Identity.truncated_hash(self.get_public_key())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue