Enabled more compiler warnings

This commit is contained in:
SChernykh
2022-06-01 14:25:58 +02:00
parent 9a5be0a321
commit 6ef34bb3f5
8 changed files with 27 additions and 9 deletions
-2
View File
@@ -390,8 +390,6 @@ void SideChain::unsee_block(const PoolBlock& block)
m_seenBlocks.erase(block.m_sidechainId);
}
extern const char* BLOCK_FOUND;
bool SideChain::add_external_block(PoolBlock& block, std::vector<hash>& missing_blocks)
{
if (block.m_difficulty < m_minDifficulty) {