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

@@ -148,7 +148,7 @@ doAccountTx(
return response;
}
std::optional<BackendInterface::AccountTransactionsCursor> cursor;
std::optional<Backend::AccountTransactionsCursor> cursor;
if (request.contains("cursor"))
{
auto const& obj = request.at("cursor").as_object();