Browse Source

Fix thinko

Fixes #1441
283
Neil Booth 9 years ago
parent
commit
46067da42f
  1. 2
      gui/qt/main_window.py

2
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:

Loading…
Cancel
Save