1
0

Make trustedcoin.py multi-window compatible

This commit is contained in:
Neil Booth
2015-09-09 16:24:11 +09:00
parent f90ca2684e
commit 886192aba7
3 changed files with 190 additions and 189 deletions

View File

@@ -1170,7 +1170,7 @@ class ElectrumWindow(QMainWindow, PrintError):
def do_send(self):
if run_hook('before_send', self):
if run_hook('abort_send', self):
return
r = self.read_send_tab()
if not r: