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

Fixed another typo

parent b25082de
Branches
Tags 0.8
No related merge requests found
...@@ -170,7 +170,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget): ...@@ -170,7 +170,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
QModelIndex(), 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_block = person.membership(self.community).block_number
join_date = self.community.get_block(join_block).mediantime join_date = self.community.get_block(join_block).mediantime
parameters = self.community.get_parameters() 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