aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-11-09 18:46:03 +0100
committerJacob Brydolf <jacob@brydolf.net>2016-11-09 18:46:03 +0100
commit9150a16ed1f7225ac61d2c0a915d16e038f47087 (patch)
tree7cdbe2ff441fc7745401014049957cd9d147b617 /src/wallet/api/wallet.h
parentMerge pull request #1312 (diff)
downloadmonero-9150a16ed1f7225ac61d2c0a915d16e038f47087.tar.xz
Wallet API: use stored refresh height when rebuilding cache
Diffstat (limited to '')
-rw-r--r--src/wallet/api/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index f40551fac..32e94bb97 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -145,6 +145,7 @@ private:
// instead of pulling hashes (fast-refresh)
bool m_recoveringFromSeed;
std::atomic<bool> m_synchronized;
+ bool m_rebuildWalletCache;
};