This commit is contained in:
jed
2012-05-15 18:16:43 -07:00
parent a07bf79089
commit 27851257d1
3 changed files with 5 additions and 5 deletions

View File

@@ -557,7 +557,7 @@ Json::Value RPCServer::doLedger(Json::Value& params)
int paramCount = getParamCount(params);
if (paramCount == 0);
if (paramCount == 0)
{
Json::Value ret(Json::objectValue), current(Json::objectValue), closed(Json::objectValue);
theApp->getMasterLedger().getCurrentLedger()->addJson(current);