diff --git a/src/cutecoin/gui/currency_tab.py b/src/cutecoin/gui/currency_tab.py index bc5e1f6296267906f5dce2aaddc4319a3f6f2114..c5be799edcfecf9a380a2c406aab9ca6c205d0ba 100644 --- a/src/cutecoin/gui/currency_tab.py +++ b/src/cutecoin/gui/currency_tab.py @@ -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()