Updated + fixed translations mechanism; updated fast-sync checkpoints; bumped version

This commit is contained in:
Some Random Crypto Guy
2024-10-22 12:03:29 +01:00
parent e45fdb863c
commit 91b2ec275a
16 changed files with 26944 additions and 27580 deletions
+1 -1
View File
@@ -6128,7 +6128,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "b3351bdb7b7a894c746af6196ae4fb5289a342db43cd51dc663b51d0926277d7";
static const char expected_block_hashes_hash[] = "3cb6d33c311e54f2b8439a3e4cc047f6b9b74db9fd92955f1db131a5dfce1edf";
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
{
if (get_checkpoints == nullptr || !m_fast_sync)