Skip to content

Commit

Permalink
Update checkpoints.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
thaerkh committed Sep 24, 2018
1 parent 12c64ef commit 5e12476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
2 changes: 2 additions & 0 deletions src/checkpoints/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ namespace cryptonote
ADD_CHECKPOINT(160000, "ed8dcebfd49197f628fd41ae2f9d0e25ba31bfa019216974cfd7aaec804d9f63");
ADD_CHECKPOINT(170000, "8e5f7e561f9d72ed9caa00ce3c315a4018ebf6618d1064d5f70881d697347eb1");
ADD_CHECKPOINT(194000, "2f514388e1f42c92c805a6420bb76b9a9e089ed5a437987d4e9442f67291f4db");
ADD_CHECKPOINT(250000, "7bcfa027457e9779accc142cb4f757a0b31d2660f8f42ff2e42916d9fdbf3f85");
ADD_CHECKPOINT(274000, "e1e267de5a9d80b85824887effe278e925e6619f7ed393f778f8ea89cd49f8c1");
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 @@ -4253,7 +4253,7 @@ void Blockchain::cancel()
}

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

0 comments on commit 5e12476

Please sign in to comment.