Browse Source

init not_enough_funds variable

283
ThomasV 10 years ago
parent
commit
692f49e7af
  1. 1
      gui/qt/main_window.py

1
gui/qt/main_window.py

@ -188,6 +188,7 @@ class ElectrumWindow(QMainWindow):
self.wallet = None
self.payment_request = None
self.qr_window = None
self.not_enough_funds = False
def update_account_selector(self):
# account selector

Loading…
Cancel
Save