Refactored docker images. (#331)

This commit is contained in:
Ravin Perera
2021-07-14 16:27:17 +05:30
committed by GitHub
parent 7ba84e8e7a
commit 4790c7951c
8 changed files with 38 additions and 51 deletions

View File

@@ -1075,7 +1075,7 @@ namespace consensus
}
}
if (winning_votes < 2) // min_votes_required
if (winning_votes < min_votes_required)
{
LOG_INFO << "No consensus on last shard hash. Possible fork condition. won:" << winning_votes << " needed:" << min_votes_required;
return false;