mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-04 20:26:23 +01:00
fix corrupt wallet on killed app during sync
This commit is contained in:
parent
8367cfab85
commit
703948cec4
2
main.qml
2
main.qml
@ -144,7 +144,7 @@ ApplicationWindow {
|
||||
// basicPanel.paymentClicked.connect(handlePayment);
|
||||
|
||||
// currentWallet is defined on daemon address change - close/reopen
|
||||
if (currentWallet !== undefined) {
|
||||
if (currentWallet != undefined) {
|
||||
console.log("closing currentWallet")
|
||||
walletManager.closeWallet(currentWallet);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user