Merge pull request #2594

24ac001 main: fix warning (selsta)
pull/2/head
luigi1111 4 years ago
commit 82bc71c81d
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -661,7 +661,7 @@ ApplicationWindow {
console.log(">>> wallet refreshed") console.log(">>> wallet refreshed")
// Daemon connected // Daemon connected
leftPanel.networkStatus.connected = currentWallet.connected() leftPanel.networkStatus.connected = currentWallet ? currentWallet.connected() : Wallet.ConnectionStatus_Disconnected
currentWallet.refreshHeightAsync(); currentWallet.refreshHeightAsync();
} }