mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
main: remove minor switch/case code duplication
This commit is contained in:
parent
bc1131ce41
commit
7558a23243
1 changed files with 0 additions and 6 deletions
6
main.qml
6
main.qml
|
@ -534,12 +534,6 @@ ApplicationWindow {
|
||||||
// try to resolve common wallet cache errors automatically
|
// try to resolve common wallet cache errors automatically
|
||||||
switch (wallet.errorString) {
|
switch (wallet.errorString) {
|
||||||
case "basic_string::_M_replace_aux":
|
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":
|
case "std::bad_alloc":
|
||||||
walletManager.clearWalletCache(wallet.path);
|
walletManager.clearWalletCache(wallet.path);
|
||||||
walletPassword = passwordDialog.password;
|
walletPassword = passwordDialog.password;
|
||||||
|
|
Loading…
Reference in a new issue