restore from keys: show error in popup

This commit is contained in:
Jaquee
2017-01-29 18:55:57 +01:00
parent c5c2a40ef5
commit 04ff16ddb2

View File

@@ -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;