SomberNight 7 years ago
parent
commit
7816edc342
  1. 1
      lib/plugins.py

1
lib/plugins.py

@ -502,6 +502,7 @@ class DeviceMgr(ThreadJob, PrintError):
info = infos[c] info = infos[c]
# save new label # save new label
keystore.set_label(info.label) keystore.set_label(info.label)
if handler.win.wallet is not None:
handler.win.wallet.save_keystore() handler.win.wallet.save_keystore()
return info return info

Loading…
Cancel
Save