Skip to content
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.

Commit

Permalink
March 4 2018 checkpoints added
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Dero committed Mar 4, 2018
1 parent c9d18a6 commit 437736c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified src/blocks/blocks.dat
Binary file not shown.
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
3 changes: 2 additions & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4152,7 +4152,8 @@ void Blockchain::cancel()

#if defined(PER_BLOCK_CHECKPOINT)
//static const char expected_block_hashes_hash[] = "e24034b297ba628749fba18c2bb9af20817339e6e45104832df14a11aca3cd57";
static const char expected_block_hashes_hash[] = "c7f0f726ad6ca4a258a08efbadff6c26a49369a3ab23494ca12dfdb5a0f42aee";
//static const char expected_block_hashes_hash[] = "c7f0f726ad6ca4a258a08efbadff6c26a49369a3ab23494ca12dfdb5a0f42aee"; // March 3 2018 checkpoints added
static const char expected_block_hashes_hash[] = "9d71947dca9f05c991acda182d1dc656357fa42f30f38650c0454ee142ec33b8"; //March 4 2018 Checkpoints added
void Blockchain::load_compiled_in_block_hashes()
{
// return ; // this is currently disabled and probably figure out a way, without bloating binaries
Expand Down

0 comments on commit 437736c

Please sign in to comment.