precomputed block hashes are now in blocks of N (currently 256)
This shaves a lot of space off binaries
This commit is contained in:
@@ -1400,6 +1400,11 @@ namespace cryptonote
|
||||
return m_target_blockchain_height;
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------
|
||||
uint64_t core::prevalidate_block_hashes(uint64_t height, const std::list<crypto::hash> &hashes)
|
||||
{
|
||||
return get_blockchain_storage().prevalidate_block_hashes(height, hashes);
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------
|
||||
std::time_t core::get_start_time() const
|
||||
{
|
||||
return start_time;
|
||||
|
||||
Reference in New Issue
Block a user