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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user