mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 12:15:54 +00:00
only return non-deleted object
This commit is contained in:
@@ -138,6 +138,7 @@ doLedgerData(Context const& context)
|
||||
for (size_t i = 0; i < objs.size(); ++i)
|
||||
{
|
||||
auto&& obj = objs[i];
|
||||
if (obj.size())
|
||||
results.push_back({std::move(keys[i]), std::move(obj)});
|
||||
}
|
||||
if (*diffCursor > lgrInfo.seq)
|
||||
|
||||
Reference in New Issue
Block a user