Clear crypto cache more often

This commit is contained in:
SChernykh
2022-10-04 14:35:38 +02:00
parent 6a66615f37
commit 32ea0f2cf6
2 changed files with 6 additions and 2 deletions
+3 -2
View File
@@ -301,6 +301,9 @@ void p2pool::handle_miner_data(MinerData& data)
"\n---------------------------------------------------------------------------------------------------------------"
);
// Tx secret keys from all miners change every block, so cache can be cleared here
clear_crypto_cache();
if (!is_main_thread()) {
update_block_template_async();
}
@@ -1322,8 +1325,6 @@ void p2pool::cleanup_mainchain_data(uint64_t height)
void p2pool::api_update_block_found(const ChainMain* data)
{
clear_crypto_cache();
if (!m_api) {
return;
}