From 51ebdc5ce8f7e6c4c747a42d2e0d433a617fe248 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 12 Nov 2015 15:33:58 +0900 Subject: [PATCH] Remove another non-existent callback --- 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 9affe266..0641c981 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -163,7 +163,6 @@ class ElectrumWindow(QMainWindow, PrintError): self.network.register_callback('updated', lambda: self.need_update.set()) self.network.register_callback('new_transaction', self.new_transaction) self.register_callback('status', self.update_status) - self.register_callback('close', self.close) self.register_callback('banner', self.console.showMessage) self.register_callback('verified', self.history_list.update_item)