Fixes for RPC wallet_add and work toward more commands.

This commit is contained in:
Arthur Britto
2012-06-02 11:53:38 -07:00
parent f0e3383856
commit 583b0b9052
8 changed files with 57 additions and 9 deletions

View File

@@ -48,6 +48,7 @@ private:
Json::Value accountFromString(const uint256& uLedger, NewcoinAddress& naAccount, bool& bIndex, const std::string& strIdent, const int iIndex);
Json::Value doAccountEmailSet(Json::Value &params);
Json::Value doAccountInfo(Json::Value& params);
Json::Value doAccountLines(Json::Value &params);
Json::Value doConnect(Json::Value& params);