Skip to content

Commit

Permalink
SKALE-2678-integrate-bls
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jun 22, 2020
1 parent 151954b commit c2926a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bls/BLSSigShareSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ bool BLSSigShareSet::isEnough() {
}




std::shared_ptr< BLSSignature > BLSSigShareSet::merge() {
if ( !isEnough() )
throw signatures::Bls::IncorrectInput( "Not enough shares to create signature" );
Expand Down

0 comments on commit c2926a2

Please sign in to comment.