diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-11-11 12:35:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-11-11 12:35:47 +0200 |
commit | a3cd7230f879d6e03ae2ec0ef077783f046cdc1e (patch) | |
tree | 75a38371b0374e2c9855f41351932538be4af252 /src/wallet/api/wallet.h | |
parent | Merge pull request #1314 (diff) | |
parent | Wallet API: use stored refresh height when rebuilding cache (diff) | |
download | monero-a3cd7230f879d6e03ae2ec0ef077783f046cdc1e.tar.xz |
Merge pull request #1315
9150a16 Wallet API: use stored refresh height when rebuilding cache (Jacob Brydolf)
Diffstat (limited to 'src/wallet/api/wallet.h')
-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 e447879de..372d6efd7 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; }; |