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

Fixed issue #61

parent b5b4dae4
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ class ProcessConfigureCommunity(QDialog, Ui_CommunityConfigurationDialog): ...@@ -170,7 +170,7 @@ class ProcessConfigureCommunity(QDialog, Ui_CommunityConfigurationDialog):
server = self.lineedit_server.text() server = self.lineedit_server.text()
port = self.spinbox_port.value() port = self.spinbox_port.value()
try: try:
peer_data = bma.network.Peering(ConnectionHandler(server, port)) peer_data = bma.network.Peering(ConnectionHandler(server, port)).get()
peer = Peer.from_signed_raw("{0}{1}\n".format(peer_data['raw'], peer = Peer.from_signed_raw("{0}{1}\n".format(peer_data['raw'],
peer_data['signature'])) peer_data['signature']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment