diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-29 14:11:45 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-29 14:11:45 -0400 |
| commit | 5c2076daa1bc71c9fb7f81e2a3e3fab8b293f592 (patch) | |
| tree | 53ab8a2acf2dbc314b694bf09017b885c375367d | |
| parent | 578324348dc8d95a50294633114e22445077528c (diff) | |
| parent | 7558a2324332371a43ee775af52bf6fec89cfe9e (diff) | |
| download | monzero-gui-5c2076daa1bc71c9fb7f81e2a3e3fab8b293f592.tar.gz monzero-gui-5c2076daa1bc71c9fb7f81e2a3e3fab8b293f592.tar.xz monzero-gui-5c2076daa1bc71c9fb7f81e2a3e3fab8b293f592.zip | |
Merge pull request #3437
7558a23 main: remove minor switch/case code duplication (selsta)
| -rw-r--r-- | main.qml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |
