mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 03:05:32 -04:00
Merge pull request #2404
e5238adf
update checkpoint hashes (Riccardo Spagni)d4f56bdf
update hardcoded checkpoints (Riccardo Spagni)ed730511
update checkpoints.dat (Riccardo Spagni)
This commit is contained in:
commit
3399c2a257
3 changed files with 3 additions and 1 deletions
|
@ -4129,7 +4129,7 @@ void Blockchain::cancel()
|
|||
}
|
||||
|
||||
#if defined(PER_BLOCK_CHECKPOINT)
|
||||
static const char expected_block_hashes_hash[] = "23d8a8c73de7b2383c72a016d9a6034e69d62dd48077d1c414e064ceab6daa94";
|
||||
static const char expected_block_hashes_hash[] = "d3ca80d50661684cde0e715d46d7c19704d2e216b21ed088af9fd4ef37ed4d65";
|
||||
void Blockchain::load_compiled_in_block_hashes()
|
||||
{
|
||||
if (m_fast_sync && get_blocks_dat_start(m_testnet) != nullptr && get_blocks_dat_size(m_testnet) > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue