Fix private_projections_are_stable() for long CP mode chains
This commit is contained in:
parent
53d865b247
commit
764708f3ef
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ private_projections_are_stable(Namez, PollFunc) ->
|
|||
Else ->
|
||||
%% This is bad: we have a count that's less than
|
||||
%% FullMajority but greater than 1.
|
||||
throw({minority_error,Else,EpochIDs,private2,Private2})
|
||||
false
|
||||
end;
|
||||
CMode == ap_mode ->
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue