added todo

This commit is contained in:
Jacob Brydolf 2016-10-10 23:23:17 +02:00
parent 703948cec4
commit 4da6520aab
No known key found for this signature in database
GPG key ID: DE46246550D2F3C5

View file

@ -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);