mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Get RPC command account_message_set working.
This commit is contained in:
@@ -52,7 +52,7 @@ private:
|
||||
const uint128& uEmailHash,
|
||||
bool bUnsetWalletLocator,
|
||||
const uint256& uWalletLocator,
|
||||
const std::vector<unsigned char>& vucPubKey);
|
||||
const NewcoinAddress& naMessagePublic);
|
||||
|
||||
Transaction::pointer setClaim(
|
||||
const NewcoinAddress& naPrivateKey,
|
||||
@@ -115,7 +115,7 @@ public:
|
||||
const uint128& uEmailHash,
|
||||
bool bUnsetWalletLocator,
|
||||
const uint256& uWalletLocator,
|
||||
const std::vector<unsigned char>& vucPubKey);
|
||||
const NewcoinAddress& naMessagePublic);
|
||||
|
||||
// Claim a wallet.
|
||||
static Transaction::pointer sharedClaim(
|
||||
|
||||
Reference in New Issue
Block a user