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

Fixed a bug with blockchain watcher

parent 4455ad03
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget): ...@@ -119,7 +119,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
QModelIndex(), QModelIndex(),
[]) [])
self.label_current_block.setText("Connected : Block {0}" self.status_label.setText("Connected : Block {0}"
.format(block_number)) .format(block_number))
def refresh_wallets(self): def refresh_wallets(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment