Skip to content

Commit

Permalink
Update checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
uplexa committed Apr 20, 2019
1 parent efa81c2 commit eddac44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
1 change: 1 addition & 0 deletions src/checkpoints/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ namespace cryptonote
ADD_CHECKPOINT(100000, "83d0d466ab3c7d2edcaf93d821ae3dfffe599a17178fdff3d3d708e609406d61");
ADD_CHECKPOINT(120000, "b8b33042d451e55f640441cba9994f18bb4719242879fc6bef80ea497eefbb5b");
ADD_CHECKPOINT(140000, "9feed93420498408ab80546f700429d14c4fd39f7f72fa20b6bea8b76546ad39");
ADD_CHECKPOINT(150000, "f3a442e1f8bde3a774906f18ed94dee973ae0e9b32f7a2cb3bdf0797b6b7ed9e");
return true;
}

Expand Down
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4407,7 +4407,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "e0498249fea1c0a7e04a9cb7dd41a15f068b588f242ef0c926dc88eee1ddb33a";
static const char expected_block_hashes_hash[] = "3682ab07b8db73b7610920aa8c423affa904d488831d13f317c887e4441c4a0b";
void Blockchain::load_compiled_in_block_hashes()
{
const bool testnet = m_nettype == TESTNET;
Expand Down

0 comments on commit eddac44

Please sign in to comment.