mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Naming changes and reintroducing key prefix to contract libraries. (#202)
This commit is contained in:
@@ -80,7 +80,7 @@ namespace msg::controlmsg::json
|
||||
|
||||
for (const auto &v : d[field_name].array_range())
|
||||
{
|
||||
std::string hex_pubkey = "ed" + v.as<std::string>();
|
||||
std::string_view hex_pubkey = v.as<std::string_view>();
|
||||
std::string bin_pubkey;
|
||||
bin_pubkey.resize(crypto::PFXD_PUBKEY_BYTES);
|
||||
if (util::hex2bin(
|
||||
|
||||
Reference in New Issue
Block a user