mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-07 10:46:51 +00:00
chore: Use libxrpl 3.2.0 (#3095)
This commit is contained in:
@@ -120,7 +120,7 @@ MetricsHandler::operator()(
|
||||
|
||||
if (!postSuccessful) {
|
||||
return web::ng::Response{
|
||||
boost::beast::http::status::too_many_requests, rpc::makeError(rpc::RippledError::rpcTOO_BUSY), request
|
||||
boost::beast::http::status::too_many_requests, rpc::makeError(rpc::RippledError::RpcTooBusy), request
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user