From a492c4e3ab45fbe7f0d8267f9c02a34cf0df15f0 Mon Sep 17 00:00:00 2001 From: selsta Date: Sun, 26 Sep 2021 13:54:35 +0200 Subject: [PATCH] blockchain: fix pedantic assert --- src/cryptonote_core/blockchain.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 18d5e5dac..7097fc140 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -5037,6 +5037,8 @@ bool Blockchain::prepare_handle_incoming_blocks(const std::vector(&blocks[thread_height - height], nblocks), std::ref(maps[i])), true); thread_height += nblocks; }