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

@@ -530,7 +530,7 @@ def change_password_dialog(wallet, parent, icon):
show_message("passwords do not match")
return
wallet.update_password(seed, new_password)
wallet.update_password(seed, password, new_password)
if icon:
if wallet.use_encryption: