Skip to content

Commit

Permalink
fix incorrect map type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed Apr 19, 2018
1 parent b5c3751 commit e9226b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hbbft_cc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sid :: erlang_pbc:element(),
n :: pos_integer(),
f :: non_neg_integer(),
shares = maps:new() :: maps:map()
shares = maps:new() :: #{non_neg_integer() => tpke_privkey:share()}
}).

-type cc_data() :: #cc_data{}.
Expand Down

0 comments on commit e9226b2

Please sign in to comment.