Skip to content
Snippets Groups Projects
Commit c6140d29 authored by inso's avatar inso
Browse files

Fix crash #395

parent fc7ae379
Branches
Tags
No related merge requests found
......@@ -355,7 +355,7 @@ class Network(QObject):
if peer.pubkey not in pubkeys:
logging.debug("New node found : {0}".format(peer.pubkey[:5]))
try:
node = Node.from_peer(self.currency, peer, pubkey)
node = Node.from_peer(self.currency, peer, pubkey, self.session)
self.add_node(node)
self.nodes_changed.emit()
except InvalidNodeCurrency as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment