mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-23 23:20:24 +00:00
chore: Use libxrpl 3.2.0 (#3095)
This commit is contained in:
@@ -287,7 +287,7 @@ public:
|
||||
return sender_(httpResponse(
|
||||
http::status::internal_server_error,
|
||||
"application/json",
|
||||
boost::json::serialize(rpc::makeError(rpc::RippledError::rpcINTERNAL))
|
||||
boost::json::serialize(rpc::makeError(rpc::RippledError::RpcInternal))
|
||||
));
|
||||
}
|
||||
}
|
||||
@@ -298,7 +298,7 @@ public:
|
||||
sender_(httpResponse(
|
||||
http::status::service_unavailable,
|
||||
"text/plain",
|
||||
boost::json::serialize(rpc::makeError(rpc::RippledError::rpcSLOW_DOWN))
|
||||
boost::json::serialize(rpc::makeError(rpc::RippledError::RpcSlowDown))
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user