mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
bug fixes in both backends. add ledger_range rpc. improve test scripts
This commit is contained in:
@@ -293,7 +293,7 @@ doBookOffers(
|
||||
return response;
|
||||
}
|
||||
|
||||
std::uint32_t limit = 500;
|
||||
std::uint32_t limit = 200;
|
||||
if (request.contains("limit") and
|
||||
request.at("limit").kind() == boost::json::kind::int64)
|
||||
limit = request.at("limit").as_int64();
|
||||
|
||||
Reference in New Issue
Block a user