Cache: save data from previous Monero block too

To improve caching of stale/outdated sidechain blocks.
This commit is contained in:
SChernykh
2023-03-31 12:52:17 +02:00
parent 080fbaa26c
commit 03eddddc0e
4 changed files with 63 additions and 13 deletions

View File

@@ -29,6 +29,6 @@ void derive_view_tag(const hash& derivation, size_t output_index, uint8_t& view_
void init_crypto_cache();
void destroy_crypto_cache();
void clear_crypto_cache();
void clear_crypto_cache(uint64_t timestamp = 0);
} // namespace p2pool