Skip to content

Commit

Permalink
Update checkpoints for block 200,000
Browse files Browse the repository at this point in the history
  • Loading branch information
The Blur Network committed Nov 20, 2018
1 parent 5f32ec7 commit 2e7c21e
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
@@ -1,3 +1,4 @@
// Copyright (c) 2018-2019, Blur Network
// Copyright (c) 2017-2018, The Masari Project
// Copyright (c) 2014-2018, The Monero Project
//
Expand Down Expand Up @@ -180,6 +181,7 @@ namespace cryptonote
ADD_CHECKPOINT(100000, "6e45258946faa11868f183e8f289511b9e2c266320de66d221b1ed5b014cee47");
ADD_CHECKPOINT(150000, "88210b6d446d4f4c5a0a77432e8a2f1d5da0fd3fc82ef30b8db3693208e8fefe");
ADD_CHECKPOINT(185000, "96ddfcdd4be315e438a93bd82cd505235f96ff33349313357ca123937f5c4fe1");
ADD_CHECKPOINT(200000, "d6f939964ad727a7bd2bb44a909bf02079ea9caf7f55b0e791338860b3a89d0d");
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 @@ -4270,7 +4270,7 @@ void Blockchain::cancel()
}

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

0 comments on commit 2e7c21e

Please sign in to comment.