add before_send hook
This commit is contained in:
parent
2843d7a148
commit
5331fc1a24
@ -1086,7 +1086,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
if not r:
|
if not r:
|
||||||
return
|
return
|
||||||
outputs, fee, label, coins = r
|
outputs, fee, label, coins = r
|
||||||
|
run_hook('before_send')
|
||||||
try:
|
try:
|
||||||
tx = self.wallet.make_unsigned_transaction(outputs, fee, None, coins = coins)
|
tx = self.wallet.make_unsigned_transaction(outputs, fee, None, coins = coins)
|
||||||
if not tx:
|
if not tx:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user