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

Fix community tab init twice at start

parent 1ab80fc3
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget): ...@@ -58,9 +58,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
self.app = app self.app = app
self.community = community self.community = community
self.password_asker = password_asker self.password_asker = password_asker
self.tab_community = CommunityTabWidget(self.app.current_account,
self.community,
self.password_asker)
bc_inspector = BlockchainInspector(community) bc_inspector = BlockchainInspector(community)
bc_inspector.new_block_mined.connect(self.refresh_block) bc_inspector.new_block_mined.connect(self.refresh_block)
bc_inspector.start() bc_inspector.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment