Skip to content

Commit

Permalink
Update libraries/libfc/include/fc/crypto/bls_signature.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Popovitch <[email protected]>
  • Loading branch information
systemzax and greg7mdp authored Aug 27, 2023
1 parent 1a05a40 commit 98e1ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/libfc/include/fc/crypto/bls_signature.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace fc::crypto::blslib {

namespace config {
constexpr std::string_view bls_signature_prefix = "SIG_BLS_";
constexpr std::string bls_signature_prefix = "SIG_BLS_";
};

class bls_signature
Expand Down

0 comments on commit 98e1ae8

Please sign in to comment.