mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 06:57:26 -04:00
code clean up and wallet close consistency
This commit is contained in:
@@ -79,7 +79,7 @@ Item {
|
||||
settingsObject['wallet'] = wallet;
|
||||
settingsObject['is_recovering'] = true;
|
||||
} else {
|
||||
walletManager.closeWallet(wallet);
|
||||
walletManager.closeWallet();
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user