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

Fix bug #174

parent 9e8a17b3
Branches
Tags
No related merge requests found
......@@ -46,8 +46,8 @@ class CertificationDialog(QDialog, Ui_CertificationDialog):
return
QApplication.setOverrideCursor(Qt.WaitCursor)
self.account.certification_broadcasted.connect(lambda: self.certification_sent(self.community,
pubkey))
self.account.certification_broadcasted.connect(lambda: self.certification_sent(pubkey,
self.community.currency))
self.account.broadcast_error.connect(self.handle_error)
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