mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-13 05:59:51 +00:00
parent
19e128adf0
commit
46067da42f
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ class ElectrumWindow(QMainWindow):
|
||||||
|
|
||||||
|
|
||||||
def do_send(self):
|
def do_send(self):
|
||||||
if run_hook('before_send', window):
|
if run_hook('before_send', self):
|
||||||
return
|
return
|
||||||
r = self.read_send_tab()
|
r = self.read_send_tab()
|
||||||
if not r:
|
if not r:
|
||||||
|
|
Loading…
Add table
Reference in a new issue