libwalletqt: refresh once on wallet opening

Co-authored-by: tobtoht <thotbot@protonmail.com>
This commit is contained in:
selsta
2022-08-06 21:58:21 +02:00
parent 064c145aa8
commit fc261502d1
2 changed files with 5 additions and 1 deletions

View File

@@ -473,6 +473,7 @@ private:
QString m_daemonPassword;
QString m_proxyAddress;
mutable QMutex m_proxyMutex;
std::atomic<bool> m_refreshNow;
std::atomic<bool> m_refreshEnabled;
std::atomic<bool> m_refreshing;
WalletListenerImpl *m_walletListener;