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

This commit is contained in:
Arthur Britto
2012-06-10 00:00:14 -07:00
11 changed files with 93 additions and 57 deletions

View File

@@ -528,7 +528,7 @@ Json::Value RPCServer::doAccountInfo(Json::Value &params)
// account_lines <account>|<nickname>|<account_public_key> [<index>]
Json::Value RPCServer::doAccountLines(Json::Value &params)
{
uint256 uClosed = mNetOps->getClosedLedger();
// uint256 uClosed = mNetOps->getClosedLedger();
uint256 uCurrent = mNetOps->getCurrentLedger();
std::string strIdent = params[0u].asString();