mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
change id to object_id in diff response to ledger command (#218)
This commit is contained in:
@@ -132,7 +132,7 @@ doLedger(Context const& context)
|
||||
for (auto const& obj : diff)
|
||||
{
|
||||
boost::json::object entry;
|
||||
entry[JS(id)] = ripple::strHex(obj.key);
|
||||
entry["object_id"] = ripple::strHex(obj.key);
|
||||
if (binary)
|
||||
entry["object"] = ripple::strHex(obj.blob);
|
||||
else if (obj.blob.size())
|
||||
|
||||
Reference in New Issue
Block a user