1
0

Fix for plugin hook when sending tx

This commit is contained in:
Maran
2013-03-04 17:11:23 +01:00
parent 56588de5d9
commit 54a995c456

View File

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