1
0

bugfix: encryption of encrypted keys

This commit is contained in:
ThomasV
2012-05-17 08:32:49 +02:00
parent ef0809a1df
commit 1181f4ef01
5 changed files with 6 additions and 13 deletions

View File

@@ -792,7 +792,7 @@ def change_password_dialog():
modal_dialog('error','passwords do not match')
return
wallet.update_password(seed, new_password)
wallet.update_password(seed, password, new_password)
if new_password:
modal_dialog('Password updated','your wallet is encrypted')
else: