Fixed my mistake in knownnodes, in ef54bca
This commit is contained in:
parent
ea5c447ea4
commit
668a73abf6
|
@ -66,7 +66,7 @@ def json_deserialize_knownnodes(source):
|
|||
knownNodes[node['stream']][peer] = info
|
||||
|
||||
if (
|
||||
not (knownNodesActual or info.get('is_self')) and
|
||||
not (knownNodesActual or info.get('self')) and
|
||||
peer not in DEFAULT_NODES and
|
||||
peer not in DEFAULT_NODES_ONION
|
||||
):
|
||||
|
|
Loading…
Reference in New Issue
Block a user