Accelerated 'ledger' command.

This commit is contained in:
JoelKatz
2013-02-21 10:09:40 -08:00
parent 2e12ffac57
commit 7300e803ae
2 changed files with 3 additions and 0 deletions

View File

@@ -1526,6 +1526,7 @@ Json::Value RPCHandler::doLedger(Json::Value jvRequest)
Json::Value ret(Json::objectValue);
ScopedUnlock(theApp->getMasterLock());
ledger->addJson(ret, full ? LEDGER_JSON_FULL : 0);
return ret;