Skip to content
Snippets Groups Projects
Commit f8ca3550 authored by Vincent Texier's avatar Vincent Texier
Browse files

Fix bug context menu broken in transactions tab

parent f88e4b83
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ class TransactionsTabWidget(QWidget, Ui_transactionsTabWidget):
send_money.setData(identity)
menu.addAction(send_money)
if isinstance(identity, identity):
if isinstance(identity, Identity):
view_wot = QAction(self.tr("View in Web of Trust"), self)
view_wot.triggered.connect(self.currency_tab.tab_community.view_wot)
view_wot.setData(identity)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment