From 04ff16ddb288d6b8ae6c7f4d4f74097bd700124b Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sun, 29 Jan 2017 18:55:57 +0100 Subject: [PATCH] restore from keys: show error in popup --- wizard/WizardRecoveryWallet.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml index a41fe4a9..92e1e751 100644 --- a/wizard/WizardRecoveryWallet.qml +++ b/wizard/WizardRecoveryWallet.qml @@ -92,6 +92,9 @@ Item { settingsObject['is_recovering'] = true; settingsObject['tmp_wallet_filename'] = tmp_wallet_filename } else { + console.log(wallet.errorString) + walletErrorDialog.text = wallet.errorString; + walletErrorDialog.open(); walletManager.closeWallet(); } return success;