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

@@ -938,7 +938,7 @@ class ElectrumWindow(QMainWindow):
QMessageBox.warning(parent, 'Error', 'Passwords do not match', 'OK')
return
wallet.update_password(seed, new_password)
wallet.update_password(seed, password, new_password)
@staticmethod
def seed_dialog(wallet, parent=None):