mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 18:17:26 -04:00
added todo
This commit is contained in:
1
main.qml
1
main.qml
@@ -144,6 +144,7 @@ ApplicationWindow {
|
|||||||
// basicPanel.paymentClicked.connect(handlePayment);
|
// basicPanel.paymentClicked.connect(handlePayment);
|
||||||
|
|
||||||
// currentWallet is defined on daemon address change - close/reopen
|
// 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) {
|
if (currentWallet != undefined) {
|
||||||
console.log("closing currentWallet")
|
console.log("closing currentWallet")
|
||||||
walletManager.closeWallet(currentWallet);
|
walletManager.closeWallet(currentWallet);
|
||||||
|
|||||||
Reference in New Issue
Block a user