mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
cleanup and postgres stubs
This commit is contained in:
@@ -308,7 +308,7 @@ doBookOffers(
|
||||
|
||||
auto start = std::chrono::system_clock::now();
|
||||
ripple::uint256 bookBase = getBookBase(book);
|
||||
std::vector<BackendInterface::LedgerObject> offers;
|
||||
std::vector<Backend::LedgerObject> offers;
|
||||
if (!cursor.isZero())
|
||||
{
|
||||
offers = backend.fetchBookOffers(bookBase, *sequence, cursor);
|
||||
|
||||
Reference in New Issue
Block a user