Work on WS account_info_subscribe.

This commit is contained in:
Arthur Britto
2012-07-14 22:13:22 -07:00
parent 9670b46e28
commit 0f47f72e30
3 changed files with 67 additions and 7 deletions

View File

@@ -949,6 +949,7 @@ Json::Value RPCServer::doOfferCancel(const Json::Value &params)
}
// owner_info <account>|<nickname>|<account_public_key>
// owner_info <seed>|<pass_phrase>|<key> [<index>]
Json::Value RPCServer::doOwnerInfo(const Json::Value& params)
{
std::string strIdent = params[0u].asString();