cleanup and postgres stubs

This commit is contained in:
CJ Cobb
2021-02-24 14:28:15 -05:00
parent 78c6bde902
commit 009688175e
9 changed files with 42 additions and 41 deletions

View File

@@ -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);