diff options
author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-09 18:46:03 +0100 |
---|---|---|
committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-09 18:46:03 +0100 |
commit | 9150a16ed1f7225ac61d2c0a915d16e038f47087 (patch) | |
tree | 7cdbe2ff441fc7745401014049957cd9d147b617 /src/wallet/api/wallet.h | |
parent | Merge pull request #1312 (diff) | |
download | monero-9150a16ed1f7225ac61d2c0a915d16e038f47087.tar.xz |
Wallet API: use stored refresh height when rebuilding cache
Diffstat (limited to '')
-rw-r--r-- | src/wallet/api/wallet.h | 1 |
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; }; |