libwallet_api: fast-refresh in case of opening non-synced wallet

This commit is contained in:
Ilya Kitaev
2016-09-30 22:42:15 +03:00
parent 0019e3106b
commit 10fe626e13
3 changed files with 30 additions and 7 deletions
-2
View File
@@ -128,8 +128,6 @@ private:
boost::mutex m_refreshMutex2;
boost::condition_variable m_refreshCV;
boost::thread m_refreshThread;
bool m_newWallet;
};