mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
update checkpoints.dat
This commit is contained in:
parent
6b1b4e83dd
commit
d9f666d78c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -4396,7 +4396,7 @@ void Blockchain::cancel()
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(PER_BLOCK_CHECKPOINT)
|
#if defined(PER_BLOCK_CHECKPOINT)
|
||||||
static const char expected_block_hashes_hash[] = "0924bc1c47aae448321fde949554be192878dd800e6489379865218f84eacbca";
|
static const char expected_block_hashes_hash[] = "954cb2bbfa2fe6f74b2cdd22a1a4c767aea249ad47ad4f7c9445f0f03260f511";
|
||||||
void Blockchain::load_compiled_in_block_hashes()
|
void Blockchain::load_compiled_in_block_hashes()
|
||||||
{
|
{
|
||||||
const bool testnet = m_nettype == TESTNET;
|
const bool testnet = m_nettype == TESTNET;
|
||||||
|
|
Loading…
Reference in a new issue