Make trustedcoin.py multi-window compatible
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user