aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-11-11 12:35:47 +0200
committerRiccardo Spagni <ric@spagni.net>2016-11-11 12:35:47 +0200
commita3cd7230f879d6e03ae2ec0ef077783f046cdc1e (patch)
tree75a38371b0374e2c9855f41351932538be4af252 /src/wallet/api/wallet.h
parentMerge pull request #1314 (diff)
parentWallet API: use stored refresh height when rebuilding cache (diff)
downloadmonero-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.h1
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;
};