Get RPC command account_message_set working.

This commit is contained in:
Arthur Britto
2012-06-02 16:13:53 -07:00
parent e645ac7350
commit 78614a2450
3 changed files with 25 additions and 13 deletions

View File

@@ -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(