Browse Source

Fix for plugin hook when sending tx

283
Maran 12 years ago
parent
commit
54a995c456
  1. 2
      gui/gui_classic.py

2
gui/gui_classic.py

@ -790,7 +790,7 @@ class ElectrumWindow(QMainWindow):
self.show_message(str(e))
return
self.run_hook('send_tx', (wallet, self, tx))
self.run_hook('send_tx', (self.wallet, self, tx))
if label:
self.wallet.labels[tx.hash()] = label

Loading…
Cancel
Save