Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Sep 22, 2018
1 parent f920b09 commit b0d6ab9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hbbft.erl
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ serialize_hbbft_data(#hbbft_data{batch_size=BatchSize,
acs_results=ACSResults,
dec_shares=serialize_shares(DecShares),
sig_shares=serialize_shares(SigShares),
thingtosign=NewThingToSign}.
thingtosign=NewThingToSign,
stampfun=Stampfun,
stamps=Stamps}.

-spec is_serialized(hbbft_data() | hbbft_serialized_data()) -> boolean().
is_serialized(Data) when is_record(Data, hbbft_serialized_data) -> true;
Expand Down

0 comments on commit b0d6ab9

Please sign in to comment.