Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
jed
2012-07-16 15:13:00 -07:00
36 changed files with 831 additions and 565 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();