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

Fixed another typo

parent b25082de
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
QModelIndex(),
[])
person = Person.lookup(self.account.pubkey, self.community)
person = Person.lookup(self.app.current_account.pubkey, self.community)
join_block = person.membership(self.community).block_number
join_date = self.community.get_block(join_block).mediantime
parameters = self.community.get_parameters()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment