Fixed cppcheck issues

This commit is contained in:
SChernykh
2022-12-22 13:33:44 +01:00
parent a61966ed61
commit dffc8bcea0
7 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -2024,7 +2024,7 @@ bool SideChain::load_config(const std::string& filename)
return true;
}
bool SideChain::check_config()
bool SideChain::check_config() const
{
if (m_poolName.empty()) {
LOGERR(1, "name can't be empty");