mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
add server info
This commit is contained in:
@@ -63,8 +63,8 @@ doTx(boost::json::object const& request, BackendInterface const& backend)
|
||||
if (!binary)
|
||||
{
|
||||
auto [sttx, meta] = deserializeTxPlusMeta(dbResponse.value());
|
||||
response["transaction"] = getJson(*sttx);
|
||||
response["metadata"] = getJson(*meta);
|
||||
response["transaction"] = toJson(*sttx);
|
||||
response["metadata"] = toJson(*meta);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user