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