mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 08:35:52 +00:00
Order book offers by quality
This commit is contained in:
@@ -282,10 +282,6 @@ ReportingETL::buildNextLedger(org::xrpl::rpc::v1::GetLedgerResponse& rawData)
|
||||
{
|
||||
bookDir =
|
||||
ripple::uint256::fromVoid(obj.book_of_deleted_offer().data());
|
||||
for (size_t i = 0; i < 8; ++i)
|
||||
{
|
||||
bookDir->data()[bookDir->size() - 1 - i] = 0x00;
|
||||
}
|
||||
}
|
||||
|
||||
assert(not(isCreated and isDeleted));
|
||||
|
||||
Reference in New Issue
Block a user