mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
add before_send hook
This commit is contained in:
parent
2843d7a148
commit
5331fc1a24
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ class ElectrumWindow(QMainWindow):
|
|||
if not r:
|
||||
return
|
||||
outputs, fee, label, coins = r
|
||||
|
||||
run_hook('before_send')
|
||||
try:
|
||||
tx = self.wallet.make_unsigned_transaction(outputs, fee, None, coins = coins)
|
||||
if not tx:
|
||||
|
|
Loading…
Add table
Reference in a new issue