Cache: save data from previous Monero block too
To improve caching of stale/outdated sidechain blocks.
This commit is contained in:
@@ -211,6 +211,8 @@ private:
|
||||
|
||||
hash m_getMinerDataHash;
|
||||
bool m_getMinerDataPending = false;
|
||||
|
||||
std::atomic<uint64_t> m_lastMinerDataReceived;
|
||||
};
|
||||
|
||||
} // namespace p2pool
|
||||
|
||||
Reference in New Issue
Block a user