mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
add server info
This commit is contained in:
@@ -47,7 +47,7 @@ doLedgerEntry(
|
||||
{
|
||||
ripple::STLedgerEntry sle{
|
||||
ripple::SerialIter{dbResponse->data(), dbResponse->size()}, key};
|
||||
response["object"] = getJson(sle);
|
||||
response["object"] = toJson(sle);
|
||||
}
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user