Browse Source

fix notifications

283
ThomasV 11 years ago
parent
commit
6faf1acc05
  1. 3
      gui/qt/main_window.py

3
gui/qt/main_window.py

@ -459,6 +459,9 @@ class ElectrumWindow(QMainWindow):
def notify_transactions(self):
if not self.network.is_connected():
return
print_error("Notifying GUI")
if len(self.network.interface.pending_transactions_for_notifications) > 0:
# Combine the transactions if there are more then three

Loading…
Cancel
Save