Fixed cppcheck errors

This commit is contained in:
SChernykh
2023-11-26 09:52:24 +01:00
parent 602b9e2ae9
commit 8493dbc47b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ bool StratumServer::on_submit(StratumClient* client, uint32_t id, const char* jo
}
if (found) {
BlockTemplate& block = m_pool->block_template();
const BlockTemplate& block = m_pool->block_template();
uint64_t height, sidechain_height;
difficulty_type mainchain_diff, sidechain_diff;