Skip to content

Commit

Permalink
Update libraries/libfc/src/crypto/bls_signature.cpp
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 d169dee commit 1a05a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/libfc/src/crypto/bls_signature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace fc::crypto::blslib {

std::string data_str = fc::crypto::blslib::deserialize_base58<std::array<uint8_t, 96>>(bytes, yield);

return std::string(config::bls_signature_prefix) + data_str;
return config::bls_signature_prefix + data_str;

}

Expand Down

0 comments on commit 1a05a40

Please sign in to comment.