BlockCache: fixed collisions of same height blocks

This commit is contained in:
SChernykh
2022-03-24 16:03:12 +01:00
parent cdc3206ee8
commit 8b27faad6d
3 changed files with 14 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ private:
struct Impl;
Impl* m_impl;
std::atomic<uint32_t> m_flushRunning;
std::atomic<uint32_t> m_storeIndex;
};
} // namespace p2pool