1
0

sign_tx hook

This commit is contained in:
ThomasV
2013-09-29 10:16:17 +02:00
parent 401c24e4ad
commit 2b0d92e767
2 changed files with 9 additions and 3 deletions

View File

@@ -904,8 +904,6 @@ class ElectrumWindow(QMainWindow):
QMessageBox.warning(self, _('Error'), _("This transaction requires a higher fee, or it will not be propagated by the network."), _('OK'))
return
run_hook('send_tx', tx)
if label:
self.set_label(tx.hash(), label)