Skip to content

Commit

Permalink
Replace constexpr with const keyword for bls_signature_prefix declara…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
systemzax committed Aug 27, 2023
1 parent 98e1ae8 commit 22aac3b
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 bls_signature_prefix = "SIG_BLS_";
const std::string bls_signature_prefix = "SIG_BLS_";
};

class bls_signature
Expand Down

0 comments on commit 22aac3b

Please sign in to comment.