diff --git a/src/cutecoin/gui/currency_tab.py b/src/cutecoin/gui/currency_tab.py index 688e594ed1d86b129e0f8705b64f17ee5bd1e778..f07412a2bd5f7fbfdc084c68c5e1a14df1be7e6c 100644 --- a/src/cutecoin/gui/currency_tab.py +++ b/src/cutecoin/gui/currency_tab.py @@ -78,9 +78,6 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget): self.community = community self.password_asker = password_asker self.status_label = status_label - self.tab_community = CommunityTabWidget(self.app.current_account, - self.community, - self.password_asker) self.bc_watcher = BlockchainWatcher(self.app.current_account, community) self.bc_watcher.new_block_mined.connect(self.refresh_block)