1
0

fix: check_password for imported wallets

This commit is contained in:
ThomasV
2015-01-23 00:18:58 +01:00
parent 84fc4574d6
commit 576954555c
2 changed files with 3 additions and 7 deletions

View File

@@ -2320,7 +2320,7 @@ class ElectrumWindow(QMainWindow):
return
try:
mnemonic = self.wallet.get_mnemonic(password)
self.wallet.check_password(password)
except Exception as e:
QMessageBox.warning(self, _('Error'), str(e), _('OK'))
return