Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed May 8, 2018
1 parent 6fbf19c commit 2023bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hbbft_bba.erl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ bval(Data=#bba_data{n=N, f=F}, Id, V) ->
case threshold(N, F, NewData3, aux) of
true ->
%% check if we have n-f conf messages
case threshold(F, F, NewData3, conf) of
case threshold(N, F, NewData3, conf) of
%% instantiate the common coin
true when NewData3#bba_data.coin == undefined ->
%% TODO need more entropy for the SID
Expand Down

0 comments on commit 2023bac

Please sign in to comment.