aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-05-29 12:48:35 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-05-29 12:48:35 -0500
commit08819705fc23b7de33f0d1582b08afee2d1dfac2 (patch)
treea870c65f495f76ed9384a5e436616b4c185f2dd0 /src/cryptonote_core
parentMerge pull request #3800 (diff)
parentupdate checkpoints (diff)
downloadmonero-08819705fc23b7de33f0d1582b08afee2d1dfac2.tar.xz
Merge pull request #3847
49f4645 bump version for point release (fluffypony) 6715c90 update checkpoints for point release (fluffypony) 45975fd update checkpoints (fluffypony)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r--src/cryptonote_core/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index d1ef7d6fe..6a75c52dd 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -4403,7 +4403,7 @@ void Blockchain::cancel()
}
#if defined(PER_BLOCK_CHECKPOINT)
-static const char expected_block_hashes_hash[] = "1d3df1a177bd6f752d87c0d7b960e502605742721afb39953265f1e0f7f9b01f";
+static const char expected_block_hashes_hash[] = "59261c03b54bcb21bd463f9fe40a94f40840a12642e9a3b3bfb11b35839a5fe3";
void Blockchain::load_compiled_in_block_hashes()
{
const bool testnet = m_nettype == TESTNET;