1
0

Refactor Network and Blockchain dialogs in qt and kivy

This commit is contained in:
ThomasV
2017-07-07 22:56:43 +02:00
parent c6bdd3c1b0
commit 568c14ca78
5 changed files with 149 additions and 144 deletions

View File

@@ -265,6 +265,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
def on_network(self, event, *args):
if event == 'updated':
self.need_update.set()
self.emit(QtCore.SIGNAL('updated'), event, *args)
elif event == 'new_transaction':
self.tx_notifications.append(args[0])
elif event in ['status', 'banner', 'verified', 'fee']: