Clear crypto derivation/key cache when a block is found
This commit is contained in:
@@ -1055,6 +1055,8 @@ void p2pool::api_update_stats_mod()
|
||||
|
||||
void p2pool::api_update_block_found(const ChainMain* data)
|
||||
{
|
||||
clear_crypto_cache();
|
||||
|
||||
if (!m_api) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user