mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user