mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add NewcoinAddress::createAccountPublic().
This commit is contained in:
@@ -80,6 +80,15 @@ public:
|
||||
|
||||
bool accountPublicVerify(const uint256& uHash, const std::vector<unsigned char>& vucSig) const;
|
||||
|
||||
static NewcoinAddress createAccountPublic(const std::vector<unsigned char>& vPublic)
|
||||
{
|
||||
NewcoinAddress naNew;
|
||||
|
||||
naNew.setAccountPublic(vPublic);
|
||||
|
||||
return naNew;
|
||||
}
|
||||
|
||||
//
|
||||
// Accounts Private
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user