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

Fix bug #353

parent 6b424e81
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ class Node(QObject): ...@@ -163,7 +163,7 @@ class Node(QObject):
if currency in data: if currency in data:
currency = data['currency'] currency = data['currency']
peer = Peer("1", currency, pubkey, BlockId(0, Block.Empty_Hash), endpoints, "SOMEFAKESIGNATURE") peer = Peer("1", currency, pubkey, str(BlockId(0, Block.Empty_Hash)), endpoints, "SOMEFAKESIGNATURE")
else: else:
if 'peer' in data: if 'peer' in data:
peer = Peer.from_signed_raw(data['peer']) peer = Peer.from_signed_raw(data['peer'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment