mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 22:05:27 -04:00
Merge pull request #4423
357441a2
add checkpoints for testnet and mainnet (Riccardo Spagni)d9f666d7
update checkpoints.dat (Riccardo Spagni)6b1b4e83
update version to 13.0 (Riccardo Spagni)6f153533
update readme with v13.0 (Riccardo Spagni)
This commit is contained in:
commit
8bf5a00564
5 changed files with 9 additions and 8 deletions
|
@ -4398,7 +4398,7 @@ void Blockchain::cancel()
|
|||
}
|
||||
|
||||
#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()
|
||||
{
|
||||
const bool testnet = m_nettype == TESTNET;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue