mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
created backend interface. Cassandra derives from it
This commit is contained in:
@@ -51,7 +51,7 @@ doTx(
|
||||
return response;
|
||||
}
|
||||
|
||||
auto dbResponse = backend.fetchTransaction(hash.data());
|
||||
auto dbResponse = backend.fetchTransaction(hash);
|
||||
if (!dbResponse)
|
||||
{
|
||||
response["error"] = "Transaction not found in Cassandra";
|
||||
|
||||
Reference in New Issue
Block a user