diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 15:00:59 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-09-26 15:00:59 -0500 |
| commit | 1f27fdf6a5b5eeee76049fc3974ff096b8919717 (patch) | |
| tree | 9c1d29f39c59149775d8e116064632420bc9351a /src/cryptonote_core/cryptonote_core.cpp | |
| parent | 0bef4265ac0d2decd679367f767fa885c9f9625e (diff) | |
| parent | 802c4bb0e4e7a94c07e5c06a3e993e104b529e52 (diff) | |
| download | monzero-core-1f27fdf6a5b5eeee76049fc3974ff096b8919717.tar.gz monzero-core-1f27fdf6a5b5eeee76049fc3974ff096b8919717.tar.xz monzero-core-1f27fdf6a5b5eeee76049fc3974ff096b8919717.zip | |
Merge pull request #8588
802c4bb Move update_checkpoints() to a later stage (SChernykh)
Diffstat (limited to 'src/cryptonote_core/cryptonote_core.cpp')
| -rw-r--r-- | src/cryptonote_core/cryptonote_core.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index c91aa473a..d8c782f78 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1656,10 +1656,6 @@ namespace cryptonote if (((size_t)-1) <= 0xffffffff && block_blob.size() >= 0x3fffffff) MWARNING("This block's size is " << block_blob.size() << ", closing on the 32 bit limit"); - // load json & DNS checkpoints every 10min/hour respectively, - // and verify them with respect to what blocks we already have - CHECK_AND_ASSERT_MES(update_checkpoints(), false, "One or more checkpoints loaded from json or dns conflicted with existing checkpoints."); - block lb; if (!b) { |
