Skip to content

Commit

Permalink
Merge pull request #69 from helium/sk/fix-dec_msg-type
Browse files Browse the repository at this point in the history
Fix dec_msg type spec
  • Loading branch information
xandkar authored Jun 25, 2021
2 parents 49ea679 + a4f36f8 commit db7af6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hbbft.erl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
-type key_share() :: undefined | tc_key_share:tc_key_share() | tpke_privkey:privkey().
-type hbbft_data() :: #hbbft_data{}.
-type acs_msg() :: {{acs, non_neg_integer()}, hbbft_acs:msgs()}.
-type dec_msg() :: {dec, non_neg_integer(), non_neg_integer(), {non_neg_integer(), binary()}}.
-type dec_msg() :: {dec, Round :: non_neg_integer(), ActorID :: non_neg_integer(), SerializedShare :: binary()}.
-type sign_msg() :: {sign, non_neg_integer(), binary()}.
-type rbc_wrapped_output() ::
hbbft_utils:unicast({{acs, non_neg_integer()}, {{rbc, non_neg_integer()}, hbbft_rbc:val_msg()}})
Expand Down

0 comments on commit db7af6a

Please sign in to comment.