Skip to content

Commit

Permalink
Fix eunit
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed Aug 11, 2021
1 parent 391605f commit 2453677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libp2p_crypto.erl
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,8 @@ pubkey_is_multisig({multisig, _, _, _}) ->
pubkey_is_multisig({ecc_compact, _}) ->
false;
pubkey_is_multisig({ed25519, _}) ->
false;
pubkey_is_multisig({bls12_381, _}) ->
false.

%% @doc The binary form of this multisig-pubkey can be optained with
Expand Down

0 comments on commit 2453677

Please sign in to comment.