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

@@ -22,7 +22,7 @@ accountFromStringStrict(std::string const& account)
std::pair<
std::shared_ptr<ripple::STTx const>,
std::shared_ptr<ripple::STObject const>>
deserializeTxPlusMeta(BackendInterface::TransactionAndMetadata const& blobs)
deserializeTxPlusMeta(Backend::TransactionAndMetadata const& blobs)
{
std::pair<
std::shared_ptr<ripple::STTx const>,