add before_send hook

This commit is contained in:
ThomasV 2014-11-12 20:53:54 +01:00
parent 2843d7a148
commit 5331fc1a24
1 changed files with 1 additions and 1 deletions

View File

@ -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: