mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 07:35:52 +00:00
fix bug where binary data is missing from ledger_data
This commit is contained in:
@@ -69,6 +69,7 @@ doLedgerData(
|
||||
boost::json::object entry;
|
||||
entry["data"] = ripple::serializeHex(sle);
|
||||
entry["index"] = ripple::to_string(sle.key());
|
||||
objects.push_back(entry);
|
||||
}
|
||||
else
|
||||
objects.push_back(getJson(sle));
|
||||
|
||||
Reference in New Issue
Block a user