Browse Source

warn_if_watching_only: don't call twice

283
Neil Booth 9 years ago
parent
commit
ab488b566b
  1. 1
      gui/qt/main_window.py

1
gui/qt/main_window.py

@ -305,7 +305,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
else:
self.show()
run_hook('load_wallet', wallet, self)
self.warn_if_watching_only()
def watching_only_changed(self):
title = 'Electrum %s - %s' % (self.wallet.electrum_version,

Loading…
Cancel
Save