mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Refactored docker images. (#331)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user