Fix for plugin hook when sending tx
This commit is contained in:
@@ -790,7 +790,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
self.show_message(str(e))
|
self.show_message(str(e))
|
||||||
return
|
return
|
||||||
|
|
||||||
self.run_hook('send_tx', (wallet, self, tx))
|
self.run_hook('send_tx', (self.wallet, self, tx))
|
||||||
|
|
||||||
if label:
|
if label:
|
||||||
self.wallet.labels[tx.hash()] = label
|
self.wallet.labels[tx.hash()] = label
|
||||||
|
|||||||
Reference in New Issue
Block a user