Skip to content

Commit

Permalink
Fixed my mistake in knownnodes, in ef54bca
Browse files Browse the repository at this point in the history
  • Loading branch information
g1itch committed Aug 1, 2019
1 parent ea5c447 commit 668a73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/knownnodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down

0 comments on commit 668a73a

Please sign in to comment.