mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
before_send: fix logic
This commit is contained in:
parent
b1eb6ebc91
commit
1995c56b7f
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ class ElectrumWindow(QMainWindow):
|
|||
|
||||
|
||||
def do_send(self):
|
||||
if not run_hook('before_send'):
|
||||
if run_hook('before_send'):
|
||||
return
|
||||
r = self.read_send_tab()
|
||||
if not r:
|
||||
|
|
Loading…
Add table
Reference in a new issue