add set_label hook
This commit is contained in:
parent
581bf89ba0
commit
92ea46f9f6
@ -373,6 +373,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
if old_text:
|
if old_text:
|
||||||
self.wallet.labels.pop(name)
|
self.wallet.labels.pop(name)
|
||||||
changed = True
|
changed = True
|
||||||
|
run_hook('set_label', name, text, changed)
|
||||||
return changed
|
return changed
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user