mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
Added hops display to node info. Fixed node info display for unknown ops and addresses.
This commit is contained in:
@@ -131,7 +131,7 @@ class Node:
|
||||
except Exception as e:
|
||||
RNS.log("Error while fetching list of allowed identities for request: "+str(e), RNS.LOG_ERROR)
|
||||
|
||||
if remote_identity.hash in allowed_list:
|
||||
if hasattr(remote_identity, "hash") and remote_identity.hash in allowed_list:
|
||||
request_allowed = True
|
||||
else:
|
||||
request_allowed = False
|
||||
|
||||
Reference in New Issue
Block a user