restore from keys: show error in popup

pull/2/head
Jaquee 7 years ago
parent c5c2a40ef5
commit 04ff16ddb2

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