Merge pull request #1315

9150a16 Wallet API: use stored refresh height when rebuilding cache (Jacob Brydolf)
This commit is contained in:
Riccardo Spagni
2016-11-11 12:35:47 +02:00
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -145,6 +145,7 @@ private:
// instead of pulling hashes (fast-refresh)
bool m_recoveringFromSeed;
std::atomic<bool> m_synchronized;
bool m_rebuildWalletCache;
};