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

Fix bug #174

parent 9e8a17b3
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,8 @@ class CertificationDialog(QDialog, Ui_CertificationDialog): ...@@ -46,8 +46,8 @@ class CertificationDialog(QDialog, Ui_CertificationDialog):
return return
QApplication.setOverrideCursor(Qt.WaitCursor) QApplication.setOverrideCursor(Qt.WaitCursor)
self.account.certification_broadcasted.connect(lambda: self.certification_sent(self.community, self.account.certification_broadcasted.connect(lambda: self.certification_sent(pubkey,
pubkey)) self.community.currency))
self.account.broadcast_error.connect(self.handle_error) self.account.broadcast_error.connect(self.handle_error)
asyncio.async(self.account.certify(password, self.community, pubkey)) asyncio.async(self.account.certify(password, self.community, pubkey))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment