mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +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