diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-10-13 10:51:07 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-10-13 10:51:07 -0500 |
commit | a9178e3584a822dc6323896776126e8a03eadb25 (patch) | |
tree | 548ed924950570250cbd59377929a2b1f3a821b9 /src/cryptonote_core | |
parent | Merge pull request #6887 (diff) | |
parent | build: prepare v0.17.1.0 (diff) | |
download | monero-a9178e3584a822dc6323896776126e8a03eadb25.tar.xz |
Merge pull request #6888
a2e37eb build: prepare v0.17.1.0 (selsta)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 613367791..645123fae 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -5364,7 +5364,7 @@ void Blockchain::cancel() } #if defined(PER_BLOCK_CHECKPOINT) -static const char expected_block_hashes_hash[] = "13a12943851891505712e0e82dfd68aefb601651249066cb44c5365b41ed80ad"; +static const char expected_block_hashes_hash[] = "49db4105aadc7c296ffbf5d56de1785361684671544489f3c5e56cb40ef92a28"; void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints) { if (get_checkpoints == nullptr || !m_fast_sync) |