Skip to content

Commit

Permalink
Merge pull request #94 from skalenetwork/bug/SKALE-2810-bls-exception
Browse files Browse the repository at this point in the history
SKALE-2810 public inheritance
  • Loading branch information
olehnikolaiev authored Jun 28, 2020
2 parents c2926a2 + 5f65720 commit f2d4f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bls/bls.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace signatures {

class Bls {
private:
class BlsException : std::exception {
class BlsException : public std::exception {
protected:
std::string what_str;

Expand Down

0 comments on commit f2d4f64

Please sign in to comment.