From 4da6520aab957fc729385735381abbc5c2e97cdb Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Mon, 10 Oct 2016 23:23:17 +0200 Subject: [PATCH] added todo --- main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/main.qml b/main.qml index 89097b1e..a4a91a50 100644 --- a/main.qml +++ b/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);