aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-30 22:42:15 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-30 22:42:15 +0300
commit10fe626e13297d9712763a51174cd6437185e53d (patch)
tree7e5519eb9a12f423eb3e33ce328c1dc0d272dd90 /src/wallet/api/wallet.h
parentlibwallet_api: fix unhandled exception on address check (diff)
downloadmonero-10fe626e13297d9712763a51174cd6437185e53d.tar.xz
libwallet_api: fast-refresh in case of opening non-synced wallet
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index e2eb05167..09db05d08 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -128,8 +128,6 @@ private:
boost::mutex m_refreshMutex2;
boost::condition_variable m_refreshCV;
boost::thread m_refreshThread;
- bool m_newWallet;
-
};