From ab488b566bac471f27ba1fd40ce9b6a3d4ededce Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 1 Feb 2016 07:42:53 +0900 Subject: [PATCH] warn_if_watching_only: don't call twice --- gui/qt/main_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index d218ff1b..1aa2daaa 100644 --- a/gui/qt/main_window.py +++ b/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,