From 46067da42f04f2602606538acdddb46cdeca39f4 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 4 Sep 2015 21:52:27 +0900 Subject: [PATCH] Fix thinko Fixes #1441 --- gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index e06d7e6a0..56624f6aa 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1172,7 +1172,7 @@ class ElectrumWindow(QMainWindow): def do_send(self): - if run_hook('before_send', window): + if run_hook('before_send', self): return r = self.read_send_tab() if not r: