mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-13 08:13:31 -07:00
Cleanup
This commit is contained in:
@@ -639,7 +639,6 @@ class Identity:
|
||||
self.update_hashes()
|
||||
except Exception as e:
|
||||
RNS.log("Error while loading public key, the contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
RNS.trace_exception(e)
|
||||
|
||||
def update_hashes(self):
|
||||
self.hash = Identity.truncated_hash(self.get_public_key())
|
||||
|
||||
Reference in New Issue
Block a user