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:
@@ -166,8 +166,8 @@ namespace unl
|
||||
std::string pubkeyhex;
|
||||
util::bin2hex(
|
||||
pubkeyhex,
|
||||
reinterpret_cast<const unsigned char *>(pk->data()) + 1,
|
||||
pk->length() - 1);
|
||||
reinterpret_cast<const unsigned char *>(pk->data()),
|
||||
pk->length());
|
||||
|
||||
os << "\"" << pubkeyhex << "\"";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user