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

Fix community tab initialized two times at start

parent 4a504065
No related branches found
No related tags found
No related merge requests found
...@@ -78,9 +78,6 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget): ...@@ -78,9 +78,6 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
self.community = community self.community = community
self.password_asker = password_asker self.password_asker = password_asker
self.status_label = status_label 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, self.bc_watcher = BlockchainWatcher(self.app.current_account,
community) community)
self.bc_watcher.new_block_mined.connect(self.refresh_block) self.bc_watcher.new_block_mined.connect(self.refresh_block)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment