mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
added todo
This commit is contained in:
parent
703948cec4
commit
4da6520aab
1 changed files with 1 additions and 0 deletions
1
main.qml
1
main.qml
|
@ -144,6 +144,7 @@ ApplicationWindow {
|
|||
// basicPanel.paymentClicked.connect(handlePayment);
|
||||
|
||||
// currentWallet is defined on daemon address change - close/reopen
|
||||
// TODO: strict comparison here (!==) causes crash after passwordDialog on previously crashed unsynced wallets
|
||||
if (currentWallet != undefined) {
|
||||
console.log("closing currentWallet")
|
||||
walletManager.closeWallet(currentWallet);
|
||||
|
|
Loading…
Reference in a new issue