Merge pull request #3437

7558a23 main: remove minor switch/case code duplication (selsta)
This commit is contained in:
luigi1111 2021-04-29 14:11:45 -04:00
commit 5c2076daa1
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -534,12 +534,6 @@ ApplicationWindow {
// try to resolve common wallet cache errors automatically
switch (wallet.errorString) {
case "basic_string::_M_replace_aux":
walletManager.clearWalletCache(wallet.path);
walletPassword = passwordDialog.password;
appWindow.initialize();
console.error("Repairing wallet cache with error: ", wallet.errorString);
appWindow.showStatusMessage(qsTr("Repairing incompatible wallet cache. Resyncing wallet."),6);
return;
case "std::bad_alloc":
walletManager.clearWalletCache(wallet.path);
walletPassword = passwordDialog.password;