Browse Source

password

283
ThomasV 13 years ago
parent
commit
0cb7957ffb
  1. 5
      client/electrum4a.py

5
client/electrum4a.py

@ -693,8 +693,11 @@ def change_password_dialog():
modal_dialog('error','passwords do not match')
return
if new_password:
wallet.update_password(seed, new_password)
if new_password:
modal_dialog('Password updated','your wallet is encrypted')
else:
modal_dialog('Password removed','your wallet is not encrypted')
def settings_loop():

Loading…
Cancel
Save