Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaqueeee committed Oct 10, 2016
1 parent 703948c commit 4da6520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4da6520

Please sign in to comment.