mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-25 22:25:55 +00:00
@@ -47,7 +47,7 @@ TransactionEntryHandler::process(TransactionEntryHandler::Input input, Context c
|
||||
return Error{Status{RippledError::rpcTXN_NOT_FOUND, "transactionNotFound", "Transaction not found."}};
|
||||
|
||||
auto output = TransactionEntryHandler::Output{};
|
||||
auto [txn, meta] = toExpandedJson(*dbRet);
|
||||
auto [txn, meta] = toExpandedJson(*dbRet, ctx.apiVersion);
|
||||
|
||||
output.tx = std::move(txn);
|
||||
output.metadata = std::move(meta);
|
||||
|
||||
Reference in New Issue
Block a user