blockchain: cache next block difficulty after adding a block

It's not 100% certain it'll be needed, but it avoids getinfo
needing the blockchain lock and potentially blocking
release-v0.5.1
moneromooo-monero 6 years ago
parent eed4dba880
commit 8c0523771f
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -3653,6 +3653,7 @@ leave:
// appears to be a NOP *and* is called elsewhere. wat?
m_tx_pool.on_blockchain_inc(new_height, id);
get_difficulty_for_next_block(); // just to cache it
return true;
}

Loading…
Cancel
Save