mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Update src/xrpld/rpc/detail/RPCCall.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -392,7 +392,7 @@ private:
|
||||
{
|
||||
if (auto const limit = jvParseInt(jvParams[4u]))
|
||||
{
|
||||
if (limit > 0)
|
||||
if (limit >= 0)
|
||||
jvRequest[jss::limit] = *limit;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user